Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_resident.c1166 unsigned int unpriv_limit; in vm_page_free_queue_handle_wakeups_and_unlock() local
1225 unpriv_limit = 0; in vm_page_free_queue_handle_wakeups_and_unlock()
1227 unpriv_limit = vm_page_free_count - vm_page_free_reserved; in vm_page_free_queue_handle_wakeups_and_unlock()
1247 unpriv_limit -= DONATE_TO_WAITERS(need_wakeup_secluded, in vm_page_free_queue_handle_wakeups_and_unlock()
1249 unpriv_limit); in vm_page_free_queue_handle_wakeups_and_unlock()
1264 MIN(unpriv_limit, unpriv_tagged_limit)); in vm_page_free_queue_handle_wakeups_and_unlock()
1266 unpriv_limit -= n; in vm_page_free_queue_handle_wakeups_and_unlock()
1283 unpriv_limit -= DONATE_TO_WAITERS(need_wakeup, in vm_page_free_queue_handle_wakeups_and_unlock()
1285 unpriv_limit); in vm_page_free_queue_handle_wakeups_and_unlock()
1289 MIN(unpriv_limit, unpriv_tagged_limit)); in vm_page_free_queue_handle_wakeups_and_unlock()
[all …]