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

/freebsd-11-stable/sys/vm/
H A Dvm_swapout_dummy.c117 swapper(void) function
H A Dvm.h155 void swapper(void);
H A Dvm_swapout.c160 static int swap_inprogress; /* Pending swap-ins done outside swapper. */
734 * Limit swapper to swap in one non-WKILLED process in MAXSLP/2
749 swapper(void) function
893 panic("not waking up swapper");
/freebsd-11-stable/sys/modules/vxge/
H A DMakefile45 SRCS += vxgehal-swapper.c
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal.h50 #include <dev/vxge/vxgehal/vxgehal-swapper.h>
/freebsd-11-stable/sys/kern/
H A Dinit_main.c330 * Now hand over this thread to swapper.
332 swapper();
482 * Create process 0 (the swapper).
529 strncpy(td->td_name, "swapper", sizeof (td->td_name));

Completed in 94 milliseconds