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

/mm/
H A Dkmemleak.c29 * - kmemleak_lock (rwlock): protects the object_list modifications and
30 * accesses to the object_tree_root. The object_list is the main list
34 * kmemleak_object structures are added to the object_list and
134 * object->lock. Insertions or deletions from object_list, gray_list or
142 struct list_head object_list; member in struct:kmemleak_object
145 struct rcu_head rcu; /* object_list lockless traversal */
182 static LIST_HEAD(object_list);
187 /* rw_lock protecting the access to object_list and prio_tree_root */
459 * recursive call to the kernel allocator. Lock-less RCU object_list traversal
513 * memory block and add it to the object_list an
[all...]

Completed in 5 milliseconds