Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dkmemleak.c131 #define KMEMLEAK_BLACK -1 macro
319 return object->count != KMEMLEAK_BLACK && in color_white()
325 return object->min_count != KMEMLEAK_BLACK && in color_gray()
793 if (color == KMEMLEAK_BLACK) in __paint_it()
815 (color == KMEMLEAK_BLACK) ? "Black" : "Unknown"); in paint_ptr()
837 paint_ptr(ptr, KMEMLEAK_BLACK, is_phys); in make_black_object()
1524 __paint_it(object, KMEMLEAK_BLACK); in kmemleak_scan()