Searched refs:waiters_count (Results 1 – 1 of 1) sorted by relevance
1054 #define DONATE_TO_WAITERS(count, waiters_count) ({ \ in vm_page_free_handle_wakeups_and_unlock() argument1055 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()