Searched refs:waiters_count (Results 1 – 1 of 1) sorted by relevance
1176 #define DONATE_TO_WAITERS(wake, count, waiters_count, limit) ({ \ in vm_page_free_queue_handle_wakeups_and_unlock() argument1177 uint32_t __n = MIN(MIN(waiters_count, vmpr.count), limit); \ in vm_page_free_queue_handle_wakeups_and_unlock()1178 waiters_count -= __n; \ in vm_page_free_queue_handle_wakeups_and_unlock()