Searched refs:p_dirty (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c1807 while (p->p_dirty & P_DIRTY_BUSY) {
1808 msleep(&p->p_dirty, &p->p_mlock, 0, "proc_dirty_start", NULL);
1810 p->p_dirty |= P_DIRTY_BUSY;
1818 if (p->p_dirty & P_DIRTY_BUSY) {
1819 p->p_dirty &= ~P_DIRTY_BUSY;
1820 wakeup(&p->p_dirty);
1833 if (target_p->p_dirty & P_DIRTY_TERMINATED) {
1877 target_p->p_dirty |=
1881 if ((target_p->p_dirty & P_DIRTY_CAN_IDLE_EXIT) == P_DIRTY_CAN_IDLE_EXIT) {
1904 if (!(target_p->p_dirty
[all...]
H A Dkern_memorystatus.c897 if ((p->p_dirty & (P_DIRTY_ALLOW_IDLE_EXIT|P_DIRTY_IS_DIRTY|P_DIRTY_TERMINATED)) == (P_DIRTY_ALLOW_IDLE_EXIT)) {
899 p->p_dirty |= P_DIRTY_TERMINATED;
H A Dkern_fork.c1360 child_proc->p_dirty = 0;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h387 int p_dirty; /* dirty state */ member in struct:proc

Completed in 34 milliseconds