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

Function vm_paging_severe

freebsd/vm/vm_pagequeue.h:429–434  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

427 * Returns TRUE if the domain is below the severe paging target.
428 */
429static inline int
430vm_paging_severe(struct vm_domain *vmd)
431{
432
433 return (vmd->vmd_free_severe > vmd->vmd_free_count);
434}
435
436/*
437 * Return the number of pages we need to launder.

Callers 2

vm_domain_setFunction · 0.85
vm_domain_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected