Searched refs:delayed_unlock_limit (Results 1 – 1 of 1) sorted by relevance
3012 int delayed_unlock_limit = 0; local3086 if (delayed_unlock++ > delayed_unlock_limit) {3102 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT + vm_upl_wait_for_pages;3104 if (delayed_unlock_limit > VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX) {3105 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX;