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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemleak.c46 * unreferenced objects at a time. The gray_list contains the objects which
49 * scan_mutex is held. At the end of a scan, the gray_list is always empty.
51 * added to the gray_list and therefore cannot be freed. This mutex also
131 * object->lock. Insertions or deletions from object_list, gray_list or
140 struct list_head gray_list; member in struct:kmemleak_object
181 static LIST_HEAD(gray_list);
521 INIT_LIST_HEAD(&object->gray_list);
1080 * added to the gray_list.
1084 list_add_tail(&object->gray_list, &gray_list);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c46 * unreferenced objects at a time. The gray_list contains the objects which
49 * scan_mutex is held. At the end of a scan, the gray_list is always empty.
51 * added to the gray_list and therefore cannot be freed. This mutex also
131 * object->lock. Insertions or deletions from object_list, gray_list or
140 struct list_head gray_list; member in struct:kmemleak_object
181 static LIST_HEAD(gray_list);
521 INIT_LIST_HEAD(&object->gray_list);
1080 * added to the gray_list.
1084 list_add_tail(&object->gray_list, &gray_list);
[all...]

Completed in 67 milliseconds