Lines Matching refs:node
154 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in fill_pool()
155 hlist_del(&obj->node); in fill_pool()
157 hlist_add_head(&obj->node, &obj_pool); in fill_pool()
180 hlist_add_head(&new[--cnt]->node, &obj_pool); in fill_pool()
196 hlist_for_each_entry(obj, &b->list, node) { in lookup_object()
215 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object()
216 hlist_del(&obj->node); in __alloc_object()
255 hlist_add_head(&obj2->node, in alloc_object()
277 hlist_add_head(&obj->node, &b->list); in alloc_object()
310 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
311 hlist_del(&obj->node); in free_obj_work()
312 hlist_add_head(&obj->node, &obj_pool); in free_obj_work()
332 hlist_for_each_entry_safe(obj, tmp, &tofree, node) { in free_obj_work()
333 hlist_del(&obj->node); in free_obj_work()
355 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object()
380 hlist_add_head(&obj->node, &obj_to_free); in __free_object()
385 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
399 hlist_add_head(&obj->node, &obj_to_free); in __free_object()
406 hlist_add_head(&obj->node, &obj_pool); in __free_object()
411 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
443 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) { in object_cpu_offline()
444 hlist_del(&obj->node); in object_cpu_offline()
480 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { in debug_objects_oom()
481 hlist_del(&obj->node); in debug_objects_oom()
849 hlist_del(&obj->node); in debug_object_free()
962 hlist_for_each_entry_safe(obj, tmp, &db->list, node) { in __debug_check_no_obj_freed()
976 hlist_del(&obj->node); in __debug_check_no_obj_freed()
1282 hlist_add_head(&obj_static_pool[i].node, &obj_pool); in debug_objects_early_init()
1300 hlist_add_head(&obj->node, &objects); in debug_objects_replace_static_objects()
1312 hlist_for_each_entry_safe(obj, tmp, &obj_pool, node) in debug_objects_replace_static_objects()
1313 hlist_del(&obj->node); in debug_objects_replace_static_objects()
1321 hlist_for_each_entry(obj, &objects, node) { in debug_objects_replace_static_objects()
1322 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
1323 hlist_del(&new->node); in debug_objects_replace_static_objects()
1326 hlist_add_head(&new->node, &db->list); in debug_objects_replace_static_objects()
1335 hlist_for_each_entry_safe(obj, tmp, &objects, node) { in debug_objects_replace_static_objects()
1336 hlist_del(&obj->node); in debug_objects_replace_static_objects()