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

Function vm_page_inactive

freebsd/vm/vm_page.h:933–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933static inline bool
934vm_page_inactive(vm_page_t m)
935{
936
937 return (vm_page_queue(m) == PQ_INACTIVE);
938}
939
940static inline bool
941vm_page_in_laundry(vm_page_t m)

Callers 1

vm_fault_dontneedFunction · 0.85

Calls 1

vm_page_queueFunction · 0.85

Tested by

no test coverage detected