• Home
  • Raw
  • Download

Lines Matching refs:node

149 			obj = hlist_entry(obj_to_free.first, typeof(*obj), node);  in fill_pool()
150 hlist_del(&obj->node); in fill_pool()
152 hlist_add_head(&obj->node, &obj_pool); in fill_pool()
175 hlist_add_head(&new[--cnt]->node, &obj_pool); in fill_pool()
191 hlist_for_each_entry(obj, &b->list, node) { in lookup_object()
210 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object()
211 hlist_del(&obj->node); in __alloc_object()
254 hlist_add_head(&obj2->node, in alloc_object()
276 hlist_add_head(&obj->node, &b->list); in alloc_object()
309 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
310 hlist_del(&obj->node); in free_obj_work()
311 hlist_add_head(&obj->node, &obj_pool); in free_obj_work()
331 hlist_for_each_entry_safe(obj, tmp, &tofree, node) { in free_obj_work()
332 hlist_del(&obj->node); in free_obj_work()
354 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object()
379 hlist_add_head(&obj->node, &obj_to_free); in __free_object()
384 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
398 hlist_add_head(&obj->node, &obj_to_free); in __free_object()
405 hlist_add_head(&obj->node, &obj_pool); in __free_object()
410 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
453 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { in debug_objects_oom()
454 hlist_del(&obj->node); in debug_objects_oom()
822 hlist_del(&obj->node); in debug_object_free()
952 hlist_for_each_entry_safe(obj, tmp, &db->list, node) { in __debug_check_no_obj_freed()
968 hlist_del(&obj->node); in __debug_check_no_obj_freed()
1285 hlist_add_head(&obj_static_pool[i].node, &obj_pool); in debug_objects_early_init()
1303 hlist_add_head(&obj->node, &objects); in debug_objects_replace_static_objects()
1313 hlist_for_each_entry_safe(obj, tmp, &obj_pool, node) in debug_objects_replace_static_objects()
1314 hlist_del(&obj->node); in debug_objects_replace_static_objects()
1322 hlist_for_each_entry(obj, &objects, node) { in debug_objects_replace_static_objects()
1323 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
1324 hlist_del(&new->node); in debug_objects_replace_static_objects()
1327 hlist_add_head(&new->node, &db->list); in debug_objects_replace_static_objects()
1336 hlist_for_each_entry_safe(obj, tmp, &objects, node) { in debug_objects_replace_static_objects()
1337 hlist_del(&obj->node); in debug_objects_replace_static_objects()