Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.c519 &dispose, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
520 trace_nfsd_file_gc_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
528 if (list_lru_count(&nfsd_file_lru)) in nfsd_file_gc_worker()
535 return list_lru_count(&nfsd_file_lru); in nfsd_file_lru_count()
546 trace_nfsd_file_shrinker_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_lru_scan()
1213 lru = list_lru_count(&nfsd_file_lru); in nfsd_file_cache_stats_show()
/linux/drivers/android/
H A Dbinder_alloc_selftest.c165 while ((count = list_lru_count(&binder_freelist))) { in binder_selftest_free_page()
190 if (list_lru_count(&binder_freelist)) in binder_selftest_alloc_free()
H A Dbinder_alloc.c1126 return list_lru_count(&binder_freelist); in binder_shrink_count()
/linux/include/linux/
H A Dlist_lru.h159 static inline unsigned long list_lru_count(struct list_lru *lru) in list_lru_count() function
/linux/fs/xfs/
H A Dxfs_buf.c1921 while (list_lru_count(&btp->bt_lru)) { in xfs_buftarg_drain()
/linux/fs/gfs2/
H A Dquota.c1650 state->s_incoredqs = list_lru_count(&gfs2_qd_lru); in gfs2_quota_get_state()
/linux/fs/
H A Ddcache.c1196 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb()