Searched refs:object_list (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/mm/ |
| H A D | kmemleak.c | 138 struct list_head object_list; member 192 static LIST_HEAD(object_list); 492 list_del(&object->object_list); in mem_pool_alloc() 753 list_add_tail_rcu(&object->object_list, &object_list); in __link_object() 1682 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan() 1782 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan() 1819 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan() 1933 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_seq_start() 1956 list_for_each_entry_continue_rcu(obj, &object_list, object_list) { in kmemleak_seq_next() 2060 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_clear() [all …]
|
| /linux-6.15/fs/cachefiles/ |
| H A D | cache.c | 297 while (!list_empty(&cache->object_list)) { in cachefiles_withdraw_objects() 298 object = list_first_entry(&cache->object_list, in cachefiles_withdraw_objects()
|
| H A D | interface.c | 204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
|
| H A D | internal.h | 95 struct list_head object_list; /* List of active objects */ member
|
| H A D | daemon.c | 114 INIT_LIST_HEAD(&cache->object_list); in cachefiles_daemon_open()
|