Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dkmemleak.c254 #define kmemleak_warn(x...) do { \ macro
266 kmemleak_warn(x); \
435 kmemleak_warn("Found object by alias at 0x%08lx\n", in __lookup_object()
822 kmemleak_warn("Freeing unknown object at 0x%08lx\n", in delete_object_full()
853 kmemleak_warn("Partially freeing unknown object at 0x%08lx (size %zu)\n", in delete_object_part()
909 kmemleak_warn("Trying to color unknown object at 0x%08lx as %s\n", in paint_ptr()
951 kmemleak_warn("Adding scan area to unknown object at 0x%08lx\n", in add_scan_area()
973 kmemleak_warn("Scan area larger than object 0x%08lx\n", ptr); in add_scan_area()
1002 kmemleak_warn("Setting excess_ref on unknown object at 0x%08lx\n", in object_set_excess_ref()
1025 kmemleak_warn("Not scanning unknown object at 0x%08lx\n", ptr); in object_no_scan()
[all …]