Searched refs:P_SWAPPINGOUT (Results 1 – 2 of 2) sorted by relevance
690 if (p->p_state == PRS_NEW || (p->p_flag & (P_SWAPPINGOUT | in swapper_selector()783 P_SWAPPINGOUT | P_SWAPPINGIN)) == 0) { in swapper()821 P_TRACED | P_SWAPPINGOUT | P_SWAPPINGIN | P_INMEM)) != in swapout_procs()910 p->p_flag &= ~(P_SWAPPINGIN | P_SWAPPINGOUT); in swapclear()926 KASSERT((p->p_flag & (P_INMEM | P_SWAPPINGOUT | P_SWAPPINGIN)) == in swapout()938 p->p_flag |= P_SWAPPINGOUT; in swapout()963 p->p_flag &= ~P_SWAPPINGOUT; in swapout()
748 #define P_SWAPPINGOUT 0x20000000 /* Process is being swapped out. */ macro