Lines Matching refs:get_obj
176 static unsigned long get_obj(const char *name)
1226 slab->aliases = get_obj("aliases");
1227 slab->align = get_obj("align");
1228 slab->cache_dma = get_obj("cache_dma");
1229 slab->cpu_slabs = get_obj("cpu_slabs");
1230 slab->destroy_by_rcu = get_obj("destroy_by_rcu");
1231 slab->hwcache_align = get_obj("hwcache_align");
1232 slab->object_size = get_obj("object_size");
1233 slab->objects = get_obj("objects");
1234 slab->objects_partial = get_obj("objects_partial");
1235 slab->objects_total = get_obj("objects_total");
1236 slab->objs_per_slab = get_obj("objs_per_slab");
1237 slab->order = get_obj("order");
1238 slab->partial = get_obj("partial");
1242 slab->poison = get_obj("poison");
1243 slab->reclaim_account = get_obj("reclaim_account");
1244 slab->red_zone = get_obj("red_zone");
1245 slab->sanity_checks = get_obj("sanity_checks");
1246 slab->slab_size = get_obj("slab_size");
1250 slab->store_user = get_obj("store_user");
1251 slab->trace = get_obj("trace");
1252 slab->alloc_fastpath = get_obj("alloc_fastpath");
1253 slab->alloc_slowpath = get_obj("alloc_slowpath");
1254 slab->free_fastpath = get_obj("free_fastpath");
1255 slab->free_slowpath = get_obj("free_slowpath");
1256 slab->free_frozen= get_obj("free_frozen");
1257 slab->free_add_partial = get_obj("free_add_partial");
1258 slab->free_remove_partial = get_obj("free_remove_partial");
1259 slab->alloc_from_partial = get_obj("alloc_from_partial");
1260 slab->alloc_slab = get_obj("alloc_slab");
1261 slab->alloc_refill = get_obj("alloc_refill");
1262 slab->free_slab = get_obj("free_slab");
1263 slab->cpuslab_flush = get_obj("cpuslab_flush");
1264 slab->deactivate_full = get_obj("deactivate_full");
1265 slab->deactivate_empty = get_obj("deactivate_empty");
1266 slab->deactivate_to_head = get_obj("deactivate_to_head");
1267 slab->deactivate_to_tail = get_obj("deactivate_to_tail");
1268 slab->deactivate_remote_frees = get_obj("deactivate_remote_frees");
1269 slab->order_fallback = get_obj("order_fallback");
1270 slab->cmpxchg_double_cpu_fail = get_obj("cmpxchg_double_cpu_fail");
1271 slab->cmpxchg_double_fail = get_obj("cmpxchg_double_fail");
1272 slab->cpu_partial_alloc = get_obj("cpu_partial_alloc");
1273 slab->cpu_partial_free = get_obj("cpu_partial_free");
1274 slab->alloc_node_mismatch = get_obj("alloc_node_mismatch");
1275 slab->deactivate_bypass = get_obj("deactivate_bypass");