Searched refs:p_step (Results 1 – 4 of 4) sorted by relevance
757 p->p_step = 1; in stopevent()758 tsleep_interlock(&p->p_step, 0); in stopevent()767 tsleep(&p->p_step, PINTERLOCKED, "stopevent", 0); in stopevent()769 if (p->p_step == 0) { in stopevent()773 tsleep_interlock(&p->p_step, 0); in stopevent()
326 p->p_step = 0; in pstall()
260 p->p_step = 0; in procfs_close()263 wakeup(&p->p_step); in procfs_close()345 if (procp->p_step) { in procfs_ioctl()364 while (procp->p_step == 0) { in procfs_ioctl()398 if (procp->p_step == 0) { in procfs_ioctl()409 procp->p_step = 0; in procfs_ioctl()410 wakeup(&procp->p_step); in procfs_ioctl()
276 char p_step; /* procfs stop *once* flag */ member