Searched refs:delayed_unlock_limit (Results 1 – 1 of 1) sorted by relevance
3034 int delayed_unlock_limit = 0; local3108 if (delayed_unlock++ > delayed_unlock_limit) {3124 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT + vm_upl_wait_for_pages;3126 if (delayed_unlock_limit > VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX) {3127 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX;