Home
last modified time | relevance | path

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

/linux/mm/
H A Dkmemleak.c16 * - kmemleak_lock (raw_spinlock_t): protects the object_list as well as
19 * object_list is the main list holding the metadata (struct
23 * the object_list and the object tree root in the create_object() function
130 * object->lock. Insertions or deletions from object_list, gray_list or
138 struct list_head object_list; member
141 struct rcu_head rcu; /* object_list lockless traversal */
178 /* set to temporarily prevent deletion from object_list */
192 static LIST_HEAD(object_list);
205 /* protecting the access to object_list, object_tree_root (or object_phys_tree_root) */
486 typeof(*object), object_list); in mem_pool_alloc()
[all...]
/linux/fs/cachefiles/
H A Dcache.c297 while (!list_empty(&cache->object_list)) { in cachefiles_withdraw_objects()
298 object = list_first_entry(&cache->object_list, in cachefiles_withdraw_objects()
H A Dinterface.c204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
H A Dinternal.h94 struct list_head object_list; /* List of active objects */ member
95 spinlock_t object_list_lock; /* Lock for volumes and object_list */
H A Ddaemon.c114 INIT_LIST_HEAD(&cache->object_list); in cachefiles_daemon_open()