Lines Matching refs:p_flag
634 if ((p->p_flag & P_INMEM) == 0)
644 if (p->p_flag & P_SWAPPINGIN) {
645 while (p->p_flag & P_SWAPPINGIN)
646 msleep(&p->p_flag, &p->p_mtx, PVM, "faultin", 0);
649 if ((p->p_flag & P_INMEM) == 0) {
655 p->p_flag |= P_SWAPPINGIN;
669 wakeup(&p->p_flag);
707 p->p_flag & (P_SWAPPINGOUT | P_SWAPPINGIN | P_INMEM)) { in swapper()
755 if (p->p_flag & (P_INMEM | P_SWAPPINGOUT | P_SWAPPINGIN)) { in swapper()
829 if ((p->p_flag & P_SYSTEM) != 0)
851 (p->p_flag & (P_STOPPED_SINGLE|P_TRACED|P_SYSTEM|P_WEXIT)
860 if ((p->p_flag & (P_INMEM|P_SWAPPINGOUT|P_SWAPPINGIN)) != P_INMEM)
980 p->p_flag &= ~(P_SWAPPINGIN|P_SWAPPINGOUT);
981 p->p_flag |= P_INMEM;
1000 KASSERT((p->p_flag & (P_INMEM|P_SWAPPINGOUT|P_SWAPPINGIN)) == P_INMEM,
1010 p->p_flag &= ~P_INMEM;
1011 p->p_flag |= P_SWAPPINGOUT;
1036 p->p_flag &= ~P_SWAPPINGOUT;