Searched refs:cache_show (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py106 def cache_show(s, cfg, objs): function
217 cache_show(caches[addr], cfg, stats[addr])
223 cache_show(s, cfg, None)
/linux-master/include/linux/sunrpc/
H A Dcache.h89 int (*cache_show)(struct seq_file *m, member in struct:cache_detail
/linux-master/fs/nfsd/
H A Dnfs4idmap.c197 .cache_show = idtoname_show,
367 .cache_show = nametoid_show,
H A Dexport.c265 .cache_show = expkey_show,
888 .cache_show = svc_export_show,
/linux-master/fs/nfs/
H A Ddns_resolve.c374 .cache_show = nfs_dns_show,
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c593 .cache_show = unix_gid_show,
1027 .cache_show = ip_map_show,
H A Dcache.c1337 * We call ->cache_show passing NULL for the item to
1428 return cd->cache_show(m, cd, NULL);
1444 return cd->cache_show(m, cd, cp);
1698 if (cd->cache_show) {
/linux-master/mm/
H A Dslab_common.c1066 static void cache_show(struct kmem_cache *s, struct seq_file *m) function
1091 cache_show(s, m);

Completed in 228 milliseconds