Lines Matching refs:get_obj
178 static unsigned long get_obj(const char *name)
1250 slab->aliases = get_obj("aliases");
1251 slab->align = get_obj("align");
1252 slab->cache_dma = get_obj("cache_dma");
1253 slab->cpu_slabs = get_obj("cpu_slabs");
1254 slab->destroy_by_rcu = get_obj("destroy_by_rcu");
1255 slab->hwcache_align = get_obj("hwcache_align");
1256 slab->object_size = get_obj("object_size");
1257 slab->objects = get_obj("objects");
1258 slab->objects_partial = get_obj("objects_partial");
1259 slab->objects_total = get_obj("objects_total");
1260 slab->objs_per_slab = get_obj("objs_per_slab");
1261 slab->order = get_obj("order");
1262 slab->partial = get_obj("partial");
1266 slab->poison = get_obj("poison");
1267 slab->reclaim_account = get_obj("reclaim_account");
1268 slab->red_zone = get_obj("red_zone");
1269 slab->sanity_checks = get_obj("sanity_checks");
1270 slab->slab_size = get_obj("slab_size");
1274 slab->store_user = get_obj("store_user");
1275 slab->trace = get_obj("trace");
1276 slab->alloc_fastpath = get_obj("alloc_fastpath");
1277 slab->alloc_slowpath = get_obj("alloc_slowpath");
1278 slab->free_fastpath = get_obj("free_fastpath");
1279 slab->free_slowpath = get_obj("free_slowpath");
1280 slab->free_frozen= get_obj("free_frozen");
1281 slab->free_add_partial = get_obj("free_add_partial");
1282 slab->free_remove_partial = get_obj("free_remove_partial");
1283 slab->alloc_from_partial = get_obj("alloc_from_partial");
1284 slab->alloc_slab = get_obj("alloc_slab");
1285 slab->alloc_refill = get_obj("alloc_refill");
1286 slab->free_slab = get_obj("free_slab");
1287 slab->cpuslab_flush = get_obj("cpuslab_flush");
1288 slab->deactivate_full = get_obj("deactivate_full");
1289 slab->deactivate_empty = get_obj("deactivate_empty");
1290 slab->deactivate_to_head = get_obj("deactivate_to_head");
1291 slab->deactivate_to_tail = get_obj("deactivate_to_tail");
1292 slab->deactivate_remote_frees = get_obj("deactivate_remote_frees");
1293 slab->order_fallback = get_obj("order_fallback");
1294 slab->cmpxchg_double_cpu_fail = get_obj("cmpxchg_double_cpu_fail");
1295 slab->cmpxchg_double_fail = get_obj("cmpxchg_double_fail");
1296 slab->cpu_partial_alloc = get_obj("cpu_partial_alloc");
1297 slab->cpu_partial_free = get_obj("cpu_partial_free");
1298 slab->alloc_node_mismatch = get_obj("alloc_node_mismatch");
1299 slab->deactivate_bypass = get_obj("deactivate_bypass");