MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_swapout_run

Function vm_swapout_run

freebsd/vm/vm_swapout.c:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328#define VM_SWAP_IDLE 2
329
330void
331vm_swapout_run(void)
332{
333
334 if (vm_swap_enabled)
335 vm_req_vmdaemon(VM_SWAP_NORMAL);
336}
337
338/*
339 * Idle process swapout -- run once per second when pagedaemons are

Callers 1

vm_pageout_inactiveFunction · 0.70

Calls 1

vm_req_vmdaemonFunction · 0.85

Tested by

no test coverage detected