Searched refs:free_objs (Results 1 – 1 of 1) sorted by relevance
54 struct hlist_head free_objs; member229 obj = __alloc_object(&percpu_pool->free_objs); in alloc_object()256 &percpu_pool->free_objs); in alloc_object()300 goto free_objs; in free_obj_work()319 free_objs: in free_obj_work()355 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object()366 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object()443 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) { in object_cpu_offline()1362 INIT_HLIST_HEAD(&per_cpu(percpu_obj_pool.free_objs, cpu)); in debug_objects_mem_init()