Home
last modified time | relevance | path

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

/linux/mm/
H A Dkmemleak.c139 struct list_head object_list; member
195 static LIST_HEAD(object_list);
503 typeof(*object), object_list); in mem_pool_alloc()
505 list_del(&object->object_list); in mem_pool_alloc()
531 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()
618 list_del_rcu(&object->object_list); in __remove_object()
683 INIT_LIST_HEAD(&object->object_list); in __alloc_object()
774 list_add_tail_rcu(&object->object_list, &object_list); in __link_object()
1692 list_del_rcu(&object->object_list); in kmemleak_cond_resched()
1813 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
[all …]
/linux/fs/cachefiles/
H A Dcache.c297 while (!list_empty(&cache->object_list)) { in cachefiles_withdraw_objects()
298 object = list_first_entry(&cache->object_list, in cachefiles_withdraw_objects()