Lines Matching refs:object_list
144 struct list_head object_list; member
191 static LIST_HEAD(object_list);
455 typeof(*object), object_list); in mem_pool_alloc()
457 list_del(&object->object_list); in mem_pool_alloc()
481 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()
570 list_del_rcu(&object->object_list); in __remove_object()
623 INIT_LIST_HEAD(&object->object_list); in __create_object()
696 list_add_tail_rcu(&object->object_list, &object_list); in __create_object()
1501 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1609 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1651 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1769 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_seq_start()
1792 list_for_each_entry_continue_rcu(obj, &object_list, object_list) { in kmemleak_seq_next()
1880 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_clear()
2000 list_for_each_entry_safe(object, tmp, &object_list, object_list) { in __kmemleak_do_cleanup()