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