Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c181 static unsigned long get_obj(const char *name) in get_obj() function
1257 slab->aliases = get_obj("aliases"); in read_slab_dir()
1258 slab->align = get_obj("align"); in read_slab_dir()
1259 slab->cache_dma = get_obj("cache_dma"); in read_slab_dir()
1260 slab->cpu_slabs = get_obj("cpu_slabs"); in read_slab_dir()
1261 slab->destroy_by_rcu = get_obj("destroy_by_rcu"); in read_slab_dir()
1262 slab->hwcache_align = get_obj("hwcache_align"); in read_slab_dir()
1263 slab->object_size = get_obj("object_size"); in read_slab_dir()
1264 slab->objects = get_obj("objects"); in read_slab_dir()
1265 slab->objects_partial = get_obj("objects_partia in read_slab_dir()
[all...]
/linux/drivers/misc/
H A Dntsync.c801 static struct ntsync_obj *get_obj(struct ntsync_device *dev, int fd) in get_obj() function
899 struct ntsync_obj *obj = get_obj(dev, fds[i]); in setup_wait()