Searched refs:warn_or_seq_printf (Results 1 – 1 of 1) sorted by relevance
/linux/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() 367 warn_or_seq_printf(seq, "unreferenced object 0x%08lx (size %zu):\n", in print_unreferenced() 369 warn_or_seq_printf(seq, " comm \"%s\", pid %d, jiffies %lu\n", in print_unreferenced() 372 warn_or_seq_printf(seq, " backtrace (crc %x):\n", object->checksum); in print_unreferenced() 376 warn_or_seq_printf(seq, " [<%pK>] %pS\n", ptr, ptr); in print_unreferenced()
|