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

/freebsd-13-stable/sys/vm/
H A Dvm_swapout_dummy.c119 swapper(void) function
H A Dvm.h171 void swapper(void);
H A Dvm_swapout.c163 static int swap_inprogress; /* Pending swap-ins done outside swapper. */
727 * Limit swapper to swap in one non-WKILLED process in MAXSLP/2
742 swapper(void) function
886 panic("not waking up swapper");
/freebsd-13-stable/sys/kern/
H A Dinit_main.c342 * Now hand over this thread to swapper.
344 swapper();
478 * Create process 0 (the swapper).
522 strncpy(td->td_name, "swapper", sizeof (td->td_name));

Completed in 67 milliseconds