Searched refs:delayed_unlock_limit (Results 1 – 1 of 1) sorted by relevance
2870 int delayed_unlock_limit = 0; in vm_pageout_scan() local2946 if (delayed_unlock++ > delayed_unlock_limit) { in vm_pageout_scan()2965 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT + vm_upl_wait_for_pages; in vm_pageout_scan()2967 if (delayed_unlock_limit > VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX) { in vm_pageout_scan()2968 delayed_unlock_limit = VM_PAGEOUT_DELAYED_UNLOCK_LIMIT_MAX; in vm_pageout_scan()