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

Function _vm_page_queue

freebsd/vm/vm_page.h:905–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905static inline uint8_t
906_vm_page_queue(vm_page_astate_t as)
907{
908
909 if ((as.flags & PGA_DEQUEUE) != 0)
910 return (PQ_NONE);
911 return (as.queue);
912}
913
914/*
915 * vm_page_queue:

Callers 4

vm_page_queueFunction · 0.85
vm_pageout_launderFunction · 0.85
vm_pageout_scan_activeFunction · 0.85
vm_pageout_scan_inactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected