Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dkmemleak.c142 struct list_head object_list; member
182 static LIST_HEAD(object_list);
529 INIT_LIST_HEAD(&object->object_list); in create_object()
588 list_add_tail_rcu(&object->object_list, &object_list); in create_object()
604 list_del_rcu(&object->object_list); in __delete_object()
1262 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1344 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1371 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1467 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_seq_start()
1486 struct list_head *n = &prev_obj->object_list; in kmemleak_seq_next()
[all …]
/linux-3.4.99/fs/fscache/
Dcache.c199 INIT_LIST_HEAD(&cache->object_list); in fscache_init_cache()
264 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
335 while (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects()
336 object = list_entry(cache->object_list.next, in fscache_withdraw_all_objects()
408 list_empty(&cache->object_list)); in fscache_withdraw_cache()
Dcookie.c354 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
/linux-3.4.99/include/linux/
Dfscache-cache.h57 struct list_head object_list; /* list of data/index objects */ member