Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
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()
/linux-6.6.21/drivers/android/
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()
Dbinder_alloc.c1048 return list_lru_count(&binder_alloc_lru); in binder_shrink_count()
/linux-6.6.21/include/linux/
Dlist_lru.h125 static inline unsigned long list_lru_count(struct list_lru *lru) in list_lru_count() function
/linux-6.6.21/fs/xfs/
Dxfs_buf.c1845 while (list_lru_count(&btp->bt_lru)) { in xfs_buftarg_drain()
/linux-6.6.21/fs/gfs2/
Dquota.c1639 state->s_incoredqs = list_lru_count(&gfs2_qd_lru); in gfs2_quota_get_state()
/linux-6.6.21/fs/
Ddcache.c1323 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb()