/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | memcg_slabinfo.py | 106 def cache_show(s, cfg, objs): function 217 cache_show(caches[addr], cfg, stats[addr]) 223 cache_show(s, cfg, None)
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | memcg_slabinfo.py | 106 def cache_show(s, cfg, objs): function 217 cache_show(caches[addr], cfg, stats[addr]) 223 cache_show(s, cfg, None)
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | cache.h | 85 int (*cache_show)(struct seq_file *m, member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 89 int (*cache_show)(struct seq_file *m, member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4idmap.c | 196 .cache_show = idtoname_show, 366 .cache_show = nametoid_show,
|
H A D | export.c | 265 .cache_show = expkey_show, 791 .cache_show = svc_export_show,
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4idmap.c | 197 .cache_show = idtoname_show, 367 .cache_show = nametoid_show,
|
H A D | export.c | 265 .cache_show = expkey_show, 875 .cache_show = svc_export_show,
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 600 .cache_show = unix_gid_show, 898 .cache_show = ip_map_show,
|
H A D | cache.c | 1340 * We call ->cache_show passing NULL for the item to 1431 return cd->cache_show(m, cd, NULL); in c_show() 1447 return cd->cache_show(m, cd, cp); in c_show() 1701 if (cd->cache_show) { in create_cache_proc_entries()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab_common.c | 949 static void cache_show(struct kmem_cache *s, struct seq_file *m) in cache_show() function 974 cache_show(s, m); in slab_show()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dns_resolve.c | 375 .cache_show = nfs_dns_show,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dns_resolve.c | 374 .cache_show = nfs_dns_show,
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 593 .cache_show = unix_gid_show, 1027 .cache_show = ip_map_show,
|
H A D | cache.c | 1337 * We call ->cache_show passing NULL for the item to 1428 return cd->cache_show(m, cd, NULL); in c_show() 1444 return cd->cache_show(m, cd, cp); in c_show() 1698 if (cd->cache_show) { in create_cache_proc_entries()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab_common.c | 1288 static void cache_show(struct kmem_cache *s, struct seq_file *m) in cache_show() function 1313 cache_show(s, m); in slab_show()
|