Home
last modified time | relevance | path

Searched refs:kdb_poll_funcs (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/debug/kdb/
H A Dkdb_debugger.c22 get_char_func kdb_poll_funcs[] = { variable
30 EXPORT_SYMBOL_GPL(kdb_poll_funcs);
H A Dkdb_io.c136 for (f = &kdb_poll_funcs[0]; ; ++f) { in kdb_getchar()
140 f = &kdb_poll_funcs[0]; in kdb_getchar()
487 for (f = &kdb_poll_funcs[0]; *f; ++f) { in kdb_input_flush()
/linux/include/linux/
H A Dkdb.h187 extern get_char_func kdb_poll_funcs[];
/linux/kernel/debug/
H A Dgdbstub.c71 for (i = 0; kdb_poll_funcs[i] != NULL; i++) { in gdbstub_read_wait()
72 ret = kdb_poll_funcs[i](); in gdbstub_read_wait()
/linux/Documentation/dev-tools/
H A Dkgdb.rst877 :c:expr:`kdb_poll_funcs[]`. The kdb_get_kbd_char() is the top-level