Searched refs:object_list (Results 1 – 5 of 5) sorted by relevance
138 struct list_head object_list; member192 static LIST_HEAD(object_list);480 typeof(*object), object_list); in mem_pool_alloc()482 list_del(&object->object_list); in mem_pool_alloc()506 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()593 list_del_rcu(&object->object_list); in __remove_object()658 INIT_LIST_HEAD(&object->object_list); in __alloc_object()743 list_add_tail_rcu(&object->object_list, &object_list); in __link_object()1610 list_del_rcu(&object->object_list); in kmemleak_cond_resched()1633 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()[all …]
297 while (!list_empty(&cache->object_list)) { in cachefiles_withdraw_objects()298 object = list_first_entry(&cache->object_list, in cachefiles_withdraw_objects()
204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
95 struct list_head object_list; /* List of active objects */ member
113 INIT_LIST_HEAD(&cache->object_list); in cachefiles_daemon_open()