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

Function vm_page_active

freebsd/vm/vm_page.h:926–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926static inline bool
927vm_page_active(vm_page_t m)
928{
929
930 return (vm_page_queue(m) == PQ_ACTIVE);
931}
932
933static inline bool
934vm_page_inactive(vm_page_t m)

Callers 1

Calls 1

vm_page_queueFunction · 0.85

Tested by

no test coverage detected