Searched refs:object_list (Results 1 – 5 of 5) sorted by relevance
16 * - kmemleak_lock (raw_spinlock_t): protects the object_list as well as19 * object_list is the main list holding the metadata (struct23 * the object_list and the object tree root in the create_object() function130 * object->lock. Insertions or deletions from object_list, gray_list or138 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...]
297 while (!list_empty(&cache->object_list)) { in cachefiles_withdraw_objects() 298 object = list_first_entry(&cache->object_list, in cachefiles_withdraw_objects()
204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
94 struct list_head object_list; /* List of active objects */ member 95 spinlock_t object_list_lock; /* Lock for volumes and object_list */
114 INIT_LIST_HEAD(&cache->object_list); in cachefiles_daemon_open()