Searched refs:delayed_unlock_limit (Results 1 – 1 of 1) sorted by relevance
3008 int delayed_unlock_limit = 0; local3082 if (delayed_unlock++ > delayed_unlock_limit) {3098 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT + vm_upl_wait_for_pages;3100 if (delayed_unlock_limit > VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX) {3101 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX;