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

Function vm_laundry_target

freebsd/vm/vm_pagequeue.h:440–445  ·  view source on GitHub ↗

* Return the number of pages we need to launder. * A positive number indicates that we have a shortfall of clean pages. */

Source from the content-addressed store, hash-verified

438 * A positive number indicates that we have a shortfall of clean pages.
439 */
440static inline int
441vm_laundry_target(struct vm_domain *vmd)
442{
443
444 return (vm_paging_target(vmd));
445}
446
447void pagedaemon_wakeup(int domain);
448

Callers 1

Calls 1

vm_paging_targetFunction · 0.85

Tested by

no test coverage detected