Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dfilecache.c492 &dispose, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
493 trace_nfsd_file_gc_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
501 if (list_lru_count(&nfsd_file_lru)) in nfsd_file_gc_worker()
508 return list_lru_count(&nfsd_file_lru); in nfsd_file_lru_count()
519 trace_nfsd_file_shrinker_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_lru_scan()
1218 lru = list_lru_count(&nfsd_file_lru); in nfsd_file_cache_stats_show()
/openbmc/linux/drivers/android/
H A Dbinder_alloc_selftest.c161 while ((count = list_lru_count(&binder_alloc_lru))) { in binder_selftest_free_page()
186 if (list_lru_count(&binder_alloc_lru)) in binder_selftest_alloc_free()
H A Dbinder_alloc.c1048 return list_lru_count(&binder_alloc_lru); in binder_shrink_count()
/openbmc/linux/include/linux/
H A Dlist_lru.h125 static inline unsigned long list_lru_count(struct list_lru *lru) in list_lru_count() function
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c1845 while (list_lru_count(&btp->bt_lru)) { in xfs_buftarg_drain()
/openbmc/linux/fs/gfs2/
H A Dquota.c1634 state->s_incoredqs = list_lru_count(&gfs2_qd_lru); in gfs2_quota_get_state()
/openbmc/linux/fs/
H A Ddcache.c1327 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb()