Home
last modified time | relevance | path

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

/linux/mm/
A Dkmemleak.c142 struct list_head object_list; member
187 static LIST_HEAD(object_list);
435 list_del(&object->object_list); in mem_pool_alloc()
652 list_add_tail_rcu(&object->object_list, &object_list); in create_object()
1413 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1498 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1525 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1629 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_seq_start()
1652 list_for_each_entry_continue_rcu(obj, &object_list, object_list) { in kmemleak_seq_next()
1741 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_clear()
[all …]
/linux/fs/fscache/
A Dcache.c195 INIT_LIST_HEAD(&cache->object_list); in fscache_init_cache()
262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
329 while (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects()
332 if (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects()
333 object = list_entry(cache->object_list.next, in fscache_withdraw_all_objects()
404 list_empty(&cache->object_list)); in fscache_withdraw_cache()
A Dcookie.c604 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
/linux/include/linux/
A Dfscache-cache.h65 struct list_head object_list; /* list of data/index objects */ member

Completed in 17 milliseconds