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

Function vm_page_queue

freebsd/vm/vm_page.h:919–924  ·  view source on GitHub ↗

* vm_page_queue: * * Return the index of the queue containing m. */

Source from the content-addressed store, hash-verified

917 * Return the index of the queue containing m.
918 */
919static inline uint8_t
920vm_page_queue(vm_page_t m)
921{
922
923 return (_vm_page_queue(vm_page_astate_load(m)));
924}
925
926static inline bool
927vm_page_active(vm_page_t m)

Callers 5

vm_page_scan_contigFunction · 0.85
vm_page_reclaim_runFunction · 0.85
vm_page_activeFunction · 0.85
vm_page_inactiveFunction · 0.85
vm_page_in_laundryFunction · 0.85

Calls 2

_vm_page_queueFunction · 0.85
vm_page_astate_loadFunction · 0.85

Tested by

no test coverage detected