Searched refs:warn_or_seq_printf (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | kmemleak.c | 270 #define warn_or_seq_printf(seq, fmt, ...) do { \ macro 311 warn_or_seq_printf(seq, " hex dump (first %zu bytes on cpu %d):\n", in hex_dump_object() 314 warn_or_seq_printf(seq, " hex dump (first %zu bytes):\n", len); in hex_dump_object() 376 warn_or_seq_printf(seq, "unreferenced object%s 0x%08lx (size %zu):\n", in print_unreferenced() 379 warn_or_seq_printf(seq, " comm \"%s\", pid %d, jiffies %lu\n", in print_unreferenced() 382 warn_or_seq_printf(seq, " backtrace (crc %x):\n", object->checksum); in print_unreferenced() 386 warn_or_seq_printf(seq, " %pS\n", ptr); in print_unreferenced()
|