Home
last modified time | relevance | path

Searched refs:P_SWAPPINGOUT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_swapout.c672 if (p->p_state == PRS_NEW || (p->p_flag & (P_SWAPPINGOUT | in swapper_selector()
764 P_SWAPPINGOUT | P_SWAPPINGIN)) == 0) { in swapper()
802 P_TRACED | P_SWAPPINGOUT | P_SWAPPINGIN | P_INMEM)) != in swapout_procs()
892 p->p_flag &= ~(P_SWAPPINGIN | P_SWAPPINGOUT); in swapclear()
908 KASSERT((p->p_flag & (P_INMEM | P_SWAPPINGOUT | P_SWAPPINGIN)) == in swapout()
920 p->p_flag |= P_SWAPPINGOUT; in swapout()
945 p->p_flag &= ~P_SWAPPINGOUT; in swapout()
/f-stack/freebsd/sys/
H A Dproc.h784 #define P_SWAPPINGOUT 0x20000000 /* Process is being swapped out. */ macro