Home
last modified time | relevance | path

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

/linux/rust/helpers/ !
H A Dbinder.c12 return list_lru_count(lru); in rust_helper_list_lru_count()
/linux/drivers/android/tests/ !
H A Dbinder_alloc_kunit.c211 while ((count = list_lru_count(alloc->freelist))) { in binder_alloc_test_free_page()
264 failures = list_lru_count(alloc->freelist); in binder_alloc_test_alloc_free()
550 KUNIT_EXPECT_EQ(test, list_lru_count(&priv->binder_test_freelist), 0); in binder_alloc_test_exit()
/linux/fs/nfsd/ !
H A Dfilecache.c585 trace_nfsd_file_gc_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
592 if (list_lru_count(&nfsd_file_lru)) in nfsd_file_gc_worker()
600 return list_lru_count(&nfsd_file_lru); in nfsd_file_lru_count()
615 trace_nfsd_file_shrinker_removed(ret, list_lru_count(&nfsd_file_lru)); in nfsd_file_lru_scan()
1397 lru = list_lru_count(&nfsd_file_lru); in nfsd_file_cache_stats_show()
/linux/include/linux/ !
H A Dlist_lru.h193 static inline unsigned long list_lru_count(struct list_lru *lru) in list_lru_count() function
/linux/drivers/android/binder/ !
H A Dpage_range.rs668 unsafe { bindings::list_lru_count(list_lru) } in rust_shrink_count()
/linux/drivers/android/ !
H A Dbinder_alloc.c1220 return list_lru_count(&binder_freelist); in binder_shrink_count()
/linux/fs/xfs/ !
H A Dxfs_buf.c1569 while (list_lru_count(&btp->bt_lru)) { in xfs_buftarg_drain()
/linux/fs/gfs2/ !
H A Dquota.c1658 state->s_incoredqs = list_lru_count(&gfs2_qd_lru); in gfs2_quota_get_state()
/linux/fs/ !
H A Ddcache.c1296 } while (list_lru_count(&sb->s_dentry_lru) > 0); in shrink_dcache_sb()