Lines Matching refs:node

161 	obj = hlist_entry(first_batch, typeof(*obj), node);  in pool_move_batch()
190 obj = hlist_entry(head->first, typeof(*obj), node); in pool_push_batch()
209 obj = hlist_entry(head->first, typeof(*obj), node); in pool_pop_batch()
231 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object()
232 hlist_del(&obj->node); in __alloc_object()
298 obj->batch_last = &obj->node; in pcpu_free()
300 first = hlist_entry(pcp->objects.first, typeof(*first), node); in pcpu_free()
303 hlist_add_head(&obj->node, &pcp->objects); in pcpu_free()
324 hlist_for_each_entry_safe(obj, tmp, head, node) { in free_object_list()
325 hlist_del(&obj->node); in free_object_list()
379 last = &obj->node; in kmem_alloc_batch()
382 hlist_add_head(&obj->node, head); in kmem_alloc_batch()
421 hlist_for_each_entry(obj, &b->list, node) { in lookup_object()
467 hlist_add_head(&obj->node, &b->list); in alloc_object()
523 hlist_add_head(&obj->node, &pool_boot); in __free_object()
548 hlist_for_each_entry_safe(obj, tmp, list, node) { in put_objects()
549 hlist_del(&obj->node); in put_objects()
974 hlist_del(&obj->node); in debug_object_free()
1089 hlist_for_each_entry_safe(obj, tmp, &db->list, node) { in __debug_check_no_obj_freed()
1103 hlist_del(&obj->node); in __debug_check_no_obj_freed()
1421 hlist_add_head(&obj_static_pool[i].node, &pool_boot); in debug_objects_early_init()
1451 hlist_for_each_entry(obj, &objects, node) { in debug_objects_replace_static_objects()
1456 hlist_add_head(&new->node, &db->list); in debug_objects_replace_static_objects()
1462 hlist_for_each_entry_safe(obj, tmp, &pool_global.objects, node) { in debug_objects_replace_static_objects()
1463 hlist_del(&obj->node); in debug_objects_replace_static_objects()