Lines Matching refs:object_list
142 struct list_head object_list; member
187 static LIST_HEAD(object_list);
438 typeof(*object), object_list); in mem_pool_alloc()
440 list_del(&object->object_list); in mem_pool_alloc()
464 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()
543 list_del_rcu(&object->object_list); in __remove_object()
593 INIT_LIST_HEAD(&object->object_list); in create_object()
659 list_add_tail_rcu(&object->object_list, &object_list); in create_object()
1426 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1511 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1538 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1642 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_seq_start()
1665 list_for_each_entry_continue_rcu(obj, &object_list, object_list) { in kmemleak_seq_next()
1754 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_clear()
1874 list_for_each_entry_safe(object, tmp, &object_list, object_list) { in __kmemleak_do_cleanup()