Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dkmemleak.c133 #define KMEMLEAK_BLACK -1 macro
326 return object->count != KMEMLEAK_BLACK && in color_white()
332 return object->min_count != KMEMLEAK_BLACK && in color_gray()
817 if (color == KMEMLEAK_BLACK) in __paint_it()
839 (color == KMEMLEAK_BLACK) ? "Black" : "Unknown"); in paint_ptr()
861 paint_ptr(ptr, KMEMLEAK_BLACK, is_phys); in make_black_object()
1553 __paint_it(object, KMEMLEAK_BLACK); in kmemleak_scan()
/kernel/linux/linux-5.10/mm/
H A Dkmemleak.c127 #define KMEMLEAK_BLACK -1 macro
308 return object->count != KMEMLEAK_BLACK && in color_white()
314 return object->min_count != KMEMLEAK_BLACK && in color_gray()
734 if (color == KMEMLEAK_BLACK) in __paint_it()
756 (color == KMEMLEAK_BLACK) ? "Black" : "Unknown"); in paint_ptr()
778 paint_ptr(ptr, KMEMLEAK_BLACK); in make_black_object()

Completed in 6 milliseconds