Home
last modified time | relevance | path

Searched refs:__alloc_object (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/lib/
Ddebugobjects.c207 static struct debug_obj *__alloc_object(struct hlist_head *list) in __alloc_object() function
226 obj = __alloc_object(&percpu_pool->free_objs); in alloc_object()
234 obj = __alloc_object(&obj_pool); in alloc_object()
249 obj2 = __alloc_object(&obj_pool); in alloc_object()
363 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object()
395 obj = __alloc_object(&obj_pool); in __free_object()
/linux-6.12.1/mm/
Dkmemleak.c647 static struct kmemleak_object *__alloc_object(gfp_t gfp) in __alloc_object() function
759 object = __alloc_object(gfp); in __create_object()
841 object_l = __alloc_object(GFP_KERNEL); in delete_object_part()
845 object_r = __alloc_object(GFP_KERNEL); in delete_object_part()