Home
last modified time | relevance | path

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

/linux/drivers/staging/android/
A Dashmem.c86 static unsigned long lru_count; variable
159 lru_count += range_size(range); in lru_add()
172 lru_count -= range_size(range); in lru_del()
238 lru_count -= pre - range_size(range); in range_shrink()
527 return lru_count; in ashmem_shrink_count()
/linux/fs/gfs2/
A Dglock.c67 static atomic_t lru_count = ATOMIC_INIT(0); variable
226 atomic_inc(&lru_count); in gfs2_glock_add_to_lru()
240 atomic_dec(&lru_count); in gfs2_glock_remove_from_lru()
2012 atomic_inc(&lru_count); in gfs2_dispose_glock_lru()
2052 atomic_dec(&lru_count); in gfs2_scan_glock_lru()
2078 return vfs_pressure_ratio(atomic_read(&lru_count)); in gfs2_glock_shrink_count()

Completed in 12 milliseconds