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

/linux-4.4.14/mm/
H A Dkmemleak.c138 #define KMEMLEAK_BLACK -1 macro
327 return object->count != KMEMLEAK_BLACK && color_white()
333 return object->min_count != KMEMLEAK_BLACK && color_gray()
702 if (color == KMEMLEAK_BLACK) __paint_it()
724 (color == KMEMLEAK_BLACK) ? "Black" : "Unknown"); paint_ptr()
746 paint_ptr(ptr, KMEMLEAK_BLACK); make_black_object()

Completed in 42 milliseconds