Searched refs:object_list (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/mm/ |
D | kmemleak.c | 152 struct list_head object_list; member 194 static LIST_HEAD(object_list); 520 list_del_rcu(&object->object_list); in find_and_remove_object() 561 INIT_LIST_HEAD(&object->object_list); in create_object() 625 list_add_tail_rcu(&object->object_list, &object_list); in create_object() 1482 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan() 1569 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan() 1596 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan() 1696 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_seq_start() 1719 list_for_each_entry_continue_rcu(obj, &object_list, object_list) { in kmemleak_seq_next() [all …]
|
/Linux-v4.19/fs/fscache/ |
D | cache.c | 199 INIT_LIST_HEAD(&cache->object_list); in fscache_init_cache() 266 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache() 334 while (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects() 337 if (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects() 338 object = list_entry(cache->object_list.next, in fscache_withdraw_all_objects() 409 list_empty(&cache->object_list)); in fscache_withdraw_cache()
|
D | cookie.c | 601 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 69 struct list_head object_list; /* list of data/index objects */ member
|