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

Function vm_paging_min

freebsd/vm/vm_pagequeue.h:419–424  ·  view source on GitHub ↗

* Returns TRUE if the domain is below the min paging target. */

Source from the content-addressed store, hash-verified

417 * Returns TRUE if the domain is below the min paging target.
418 */
419static inline int
420vm_paging_min(struct vm_domain *vmd)
421{
422
423 return (vmd->vmd_free_min > vmd->vmd_free_count);
424}
425
426/*
427 * Returns TRUE if the domain is below the severe paging target.

Callers 2

vm_domain_setFunction · 0.85
vm_domain_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected