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