Home
last modified time | relevance | path

Searched refs:gray_list (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dkmemleak.c33 * unreferenced objects at a time. The gray_list contains the objects which
36 * scan_mutex is held. At the end of a scan, the gray_list is always empty.
38 * added to the gray_list and therefore cannot be freed. This mutex also
132 * object->lock. Insertions or deletions from object_list, gray_list or
141 struct list_head gray_list; member
187 static LIST_HEAD(gray_list);
586 INIT_LIST_HEAD(&object->gray_list); in create_object()
1199 * gray_list. in update_refs()
1203 /* put_object() called when removing from gray_list */ in update_refs()
1205 list_add_tail(&object->gray_list, in update_refs()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dkmemleak.c36 * unreferenced objects at a time. The gray_list contains the objects which
39 * scan_mutex is held. At the end of a scan, the gray_list is always empty.
41 * added to the gray_list and therefore cannot be freed. This mutex also
138 * object->lock. Insertions or deletions from object_list, gray_list or
147 struct list_head gray_list; member
200 static LIST_HEAD(gray_list);
648 INIT_LIST_HEAD(&object->gray_list); in __create_object()
1280 * gray_list. in update_refs()
1284 /* put_object() called when removing from gray_list */ in update_refs()
1286 list_add_tail(&object->gray_list, in update_refs()
[all...]

Completed in 5 milliseconds