Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dkmemleak.c806 static void paint_ptr(unsigned long ptr, int color, bool is_phys) in paint_ptr() function
828 paint_ptr(ptr, KMEMLEAK_GREY, false); in make_gray_object()
837 paint_ptr(ptr, KMEMLEAK_BLACK, is_phys); in make_black_object()