Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dglock.c71 static atomic_t lru_count = ATOMIC_INIT(0); variable
227 atomic_inc(&lru_count); in gfs2_glock_add_to_lru()
241 atomic_dec(&lru_count); in gfs2_glock_remove_from_lru()
1973 atomic_inc(&lru_count); in gfs2_dispose_glock_lru()
2017 atomic_dec(&lru_count); in gfs2_scan_glock_lru()
2041 return vfs_pressure_ratio(atomic_read(&lru_count)); in gfs2_glock_shrink_count()