Home
last modified time | relevance | path

Searched refs:LRU_INACTIVE (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dvfs_cache.c244 LRU_INACTIVE, enumerator
940 total += atomic_load_relaxed(&cache_lru.count[LRU_INACTIVE]); in cache_enter()
1115 TAILQ_INIT(&cache_lru.list[LRU_INACTIVE]); in nchinit()
1355 total = cache_lru.count[LRU_ACTIVE] + cache_lru.count[LRU_INACTIVE]; in cache_deactivate()
1366 if (cache_lru.count[LRU_ACTIVE] < cache_lru.count[LRU_INACTIVE]) { in cache_deactivate()
1377 ncp->nc_lrulist = LRU_INACTIVE; in cache_deactivate()
1379 TAILQ_INSERT_TAIL(&cache_lru.list[LRU_INACTIVE], ncp, nc_lru); in cache_deactivate()
1381 cache_lru.count[LRU_INACTIVE]++; in cache_deactivate()
1412 cache_lru.count[LRU_INACTIVE], toscan, 0, 0, 0); in cache_reclaim()
1418 ncp = TAILQ_FIRST(&cache_lru.list[LRU_INACTIVE]); in cache_reclaim()
[all …]