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() 375 warn_or_seq_printf(seq, "unreferenced object%s 0x%08lx (size %zu):\n", in __print_unreferenced() 378 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()
|