Searched refs:unpriv_limit (Results 1 – 1 of 1) sorted by relevance
1167 unsigned int unpriv_limit; in vm_page_free_queue_handle_wakeups_and_unlock() local1226 unpriv_limit = 0; in vm_page_free_queue_handle_wakeups_and_unlock()1228 unpriv_limit = vm_page_free_count - vm_page_free_reserved; in vm_page_free_queue_handle_wakeups_and_unlock()1248 unpriv_limit -= DONATE_TO_WAITERS(need_wakeup_secluded, in vm_page_free_queue_handle_wakeups_and_unlock()1250 unpriv_limit); in vm_page_free_queue_handle_wakeups_and_unlock()1265 MIN(unpriv_limit, unpriv_tagged_limit)); in vm_page_free_queue_handle_wakeups_and_unlock()1267 unpriv_limit -= n; in vm_page_free_queue_handle_wakeups_and_unlock()1284 unpriv_limit -= DONATE_TO_WAITERS(need_wakeup, in vm_page_free_queue_handle_wakeups_and_unlock()1286 unpriv_limit); in vm_page_free_queue_handle_wakeups_and_unlock()1290 MIN(unpriv_limit, unpriv_tagged_limit)); in vm_page_free_queue_handle_wakeups_and_unlock()[all …]