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

Function vm_page_in_laundry

freebsd/vm/vm_page.h:940–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940static inline bool
941vm_page_in_laundry(vm_page_t m)
942{
943 uint8_t queue;
944
945 queue = vm_page_queue(m);
946 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE);
947}
948
949/*
950 * vm_page_drop:

Callers 4

vm_page_adviseFunction · 0.85
vm_pageout_clusterFunction · 0.85
vm_pageout_flushFunction · 0.85
vm_pageout_cleanFunction · 0.85

Calls 1

vm_page_queueFunction · 0.85

Tested by

no test coverage detected