Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dfilecache.c605 &dispose, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
606 trace_nfsd_file_gc_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
614 if (list_lru_count(&nfsd_file_lru)) in nfsd_file_gc_worker()
621 return list_lru_count(&nfsd_file_lru); in nfsd_file_lru_count()
632 trace_nfsd_file_shrinker_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_lru_scan()
1267 lru = list_lru_count(&nfsd_file_lru); in nfsd_file_cache_stats_show()
/linux-6.3-rc2/drivers/android/
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()
A Dbinder_alloc.c1052 return list_lru_count(&binder_alloc_lru); in binder_shrink_count()
/linux-6.3-rc2/include/linux/
A Dlist_lru.h125 static inline unsigned long list_lru_count(struct list_lru *lru) in list_lru_count() function
/linux-6.3-rc2/fs/xfs/
A Dxfs_buf.c1839 while (list_lru_count(&btp->bt_lru)) { in xfs_buftarg_drain()
/linux-6.3-rc2/fs/gfs2/
A Dquota.c1601 state->s_incoredqs = list_lru_count(&gfs2_qd_lru); in gfs2_quota_get_state()
/linux-6.3-rc2/fs/
A Ddcache.c1322 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb()

Completed in 20 milliseconds