HomeSort by: relevance | last modified time | path
    Searched defs:toscan (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
vfs_cache.c 1399 int toscan; local in function:cache_reclaim
1409 toscan = MIN(cache_lru_maxscan, desiredvnodes >> 7);
1410 toscan = MAX(toscan, 1);
1412 cache_lru.count[LRU_INACTIVE], toscan, 0, 0, 0);
1413 while (toscan-- != 0) {
vfs_cache.c 1399 int toscan; local in function:cache_reclaim
1409 toscan = MIN(cache_lru_maxscan, desiredvnodes >> 7);
1410 toscan = MAX(toscan, 1);
1412 cache_lru.count[LRU_INACTIVE], toscan, 0, 0, 0);
1413 while (toscan-- != 0) {
vfs_cache.c 1399 int toscan; local in function:cache_reclaim
1409 toscan = MIN(cache_lru_maxscan, desiredvnodes >> 7);
1410 toscan = MAX(toscan, 1);
1412 cache_lru.count[LRU_INACTIVE], toscan, 0, 0, 0);
1413 while (toscan-- != 0) {
vfs_cache.c 1399 int toscan; local in function:cache_reclaim
1409 toscan = MIN(cache_lru_maxscan, desiredvnodes >> 7);
1410 toscan = MAX(toscan, 1);
1412 cache_lru.count[LRU_INACTIVE], toscan, 0, 0, 0);
1413 while (toscan-- != 0) {

Completed in 52 milliseconds