Searched refs:get_obj (Results 1 – 3 of 3) sorted by relevance
176 static unsigned long get_obj(const char *name) in get_obj() function1226 slab->aliases = get_obj("aliases"); in read_slab_dir()1227 slab->align = get_obj("align"); in read_slab_dir()1228 slab->cache_dma = get_obj("cache_dma"); in read_slab_dir()1229 slab->cpu_slabs = get_obj("cpu_slabs"); in read_slab_dir()1230 slab->destroy_by_rcu = get_obj("destroy_by_rcu"); in read_slab_dir()1231 slab->hwcache_align = get_obj("hwcache_align"); in read_slab_dir()1232 slab->object_size = get_obj("object_size"); in read_slab_dir()1233 slab->objects = get_obj("objects"); in read_slab_dir()1234 slab->objects_partial = get_obj("objects_partial"); in read_slab_dir()[all …]
445 #define get_obj(obj) do { (obj)->use++; } while (0) macro478 get_obj(obj); in amdgpu_ras_create_obj()586 get_obj(obj); in __amdgpu_ras_feature_enable()1064 get_obj(obj); in amdgpu_ras_sysfs_create()1184 get_obj(obj); in amdgpu_ras_debugfs_create()1404 get_obj(obj); in amdgpu_ras_interrupt_add_handler()
23 static struct zlist_node *get_obj(u32 index, void *private) in get_obj() function82 zgrp->obj_tab = zlist_table_alloc(get_obj, zgrp, GFP_KERNEL); in zram_group_meta_alloc()