Home
last modified time | relevance | path

Searched refs:waiters_count (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c1054 #define DONATE_TO_WAITERS(count, waiters_count) ({ \ in vm_page_free_handle_wakeups_and_unlock() argument
1055 uint32_t __n = MIN(waiters_count, vmpr.count); \ in vm_page_free_handle_wakeups_and_unlock()
1056 waiters_count -= __n; \ in vm_page_free_handle_wakeups_and_unlock()