Searched refs:KMEMLEAK_BLACK (Results 1 – 1 of 1) sorted by relevance
125 #define KMEMLEAK_BLACK -1 macro333 return object->count != KMEMLEAK_BLACK && in color_white()339 return object->min_count != KMEMLEAK_BLACK && in color_gray()890 if (color == KMEMLEAK_BLACK) in __paint_it()912 (color == KMEMLEAK_BLACK) ? "Black" : "Unknown"); in paint_ptr()934 paint_ptr(ptr, KMEMLEAK_BLACK, objflags); in make_black_object()1654 __paint_it(object, KMEMLEAK_BLACK); in kmemleak_scan()