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

/linux-master/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
136 * object->lock. Insertions or deletions from object_list, gray_list or
144 struct list_head object_list; member in struct:kmemleak_object
147 struct rcu_head rcu; /* object_list lockless traversal */
184 /* set to temporarily prevent deletion from object_list */
198 static LIST_HEAD(object_list);
211 /* protecting the access to object_list, object_tree_root (or object_phys_tree_root) */
474 typeof(*object), object_list);
[all...]
/linux-master/fs/cachefiles/
H A Dcache.c296 while (!list_empty(&cache->object_list)) {
297 object = list_first_entry(&cache->object_list,
H A Dinterface.c204 list_add(&object->cache_link, &cache->object_list);
H A Dinternal.h93 struct list_head object_list; /* List of active objects */ member in struct:cachefiles_cache
94 spinlock_t object_list_lock; /* Lock for volumes and object_list */
H A Ddaemon.c113 INIT_LIST_HEAD(&cache->object_list);

Completed in 116 milliseconds