Home
last modified time | relevance | path

Searched defs:kdb_printf (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/kernel/debug/kdb/
Dkdb_io.c858 int kdb_printf(const char *fmt, ...) in kdb_printf() function
/Linux-v6.1/include/linux/
Dkdb.h212 static inline __printf(1, 2) int kdb_printf(const char *fmt, ...) { return 0; } in kdb_printf() function