Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dkmemleak.c241 #define kmemleak_warn(x...) do { \ macro
253 kmemleak_warn(x); \
400 kmemleak_warn("Found object by alias at 0x%08lx\n", in lookup_object()
696 kmemleak_warn("Freeing unknown object at 0x%08lx\n", in delete_object_full()
717 kmemleak_warn("Partially freeing unknown object at 0x%08lx (size %zu)\n", in delete_object_part()
762 kmemleak_warn("Trying to color unknown object at 0x%08lx as %s\n", in paint_ptr()
804 kmemleak_warn("Adding scan area to unknown object at 0x%08lx\n", in add_scan_area()
825 kmemleak_warn("Scan area larger than object 0x%08lx\n", ptr); in add_scan_area()
854 kmemleak_warn("Setting excess_ref on unknown object at 0x%08lx\n", in object_set_excess_ref()
877 kmemleak_warn("Not scanning unknown object at 0x%08lx\n", ptr); in object_no_scan()
[all …]