Home
last modified time | relevance | path

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

/mm/
Dkmemleak.c141 struct list_head object_list; member
186 static LIST_HEAD(object_list);
432 typeof(*object), object_list); in mem_pool_alloc()
434 list_del(&object->object_list); in mem_pool_alloc()
458 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()
537 list_del_rcu(&object->object_list); in __remove_object()
586 INIT_LIST_HEAD(&object->object_list); in create_object()
651 list_add_tail_rcu(&object->object_list, &object_list); in create_object()
1418 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1503 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
[all …]