Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c158 static unsigned long get_obj(const char *name) in get_obj() function
1172 slab->aliases = get_obj("aliases"); in read_slab_dir()
1173 slab->align = get_obj("align"); in read_slab_dir()
1174 slab->cache_dma = get_obj("cache_dma"); in read_slab_dir()
1175 slab->cpu_slabs = get_obj("cpu_slabs"); in read_slab_dir()
1176 slab->destroy_by_rcu = get_obj("destroy_by_rcu"); in read_slab_dir()
1177 slab->hwcache_align = get_obj("hwcache_align"); in read_slab_dir()
1178 slab->object_size = get_obj("object_size"); in read_slab_dir()
1179 slab->objects = get_obj("objects"); in read_slab_dir()
1180 slab->objects_partial = get_obj("objects_partial"); in read_slab_dir()
[all …]