Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Dvm_swapout.c675 if (p->p_state == PRS_NEW || (p->p_flag & (P_SWAPPINGOUT | in swapper_selector()
767 P_SWAPPINGOUT | P_SWAPPINGIN)) == 0) { in swapper()
805 P_TRACED | P_SWAPPINGOUT | P_SWAPPINGIN | P_INMEM)) != in swapout_procs()
895 p->p_flag &= ~(P_SWAPPINGIN | P_SWAPPINGOUT); in swapclear()
911 KASSERT((p->p_flag & (P_INMEM | P_SWAPPINGOUT | P_SWAPPINGIN)) == in swapout()
923 p->p_flag |= P_SWAPPINGOUT; in swapout()
948 p->p_flag &= ~P_SWAPPINGOUT; in swapout()
/freebsd-13.1/sys/sys/
H A Dproc.h794 #define P_SWAPPINGOUT 0x20000000 /* Process is being swapped out. */ macro