Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/android/
Dashmem.c91 static unsigned long lru_count; variable
137 lru_count += range_size(range); in lru_add()
150 lru_count -= range_size(range); in lru_del()
221 lru_count -= pre - range_size(range); in range_shrink()
471 return lru_count; in ashmem_shrink_count()
/linux-4.4.14/fs/gfs2/
Dglock.c68 static atomic_t lru_count = ATOMIC_INIT(0); variable
137 atomic_inc(&lru_count); in gfs2_glock_add_to_lru()
149 atomic_dec(&lru_count); in gfs2_glock_remove_from_lru()
1332 atomic_inc(&lru_count); in gfs2_dispose_glock_lru()
1374 atomic_dec(&lru_count); in gfs2_scan_glock_lru()
1400 return vfs_pressure_ratio(atomic_read(&lru_count)); in gfs2_glock_shrink_count()