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

/linux-master/drivers/tty/serial/
H A Dkgdboc.c113 kdb_poll_funcs[kdb_poll_idx] = kdb_get_kbd_char;
129 if (kdb_poll_funcs[i] == kdb_get_kbd_char) {
131 kdb_poll_funcs[i] = kdb_poll_funcs[kdb_poll_idx];
132 kdb_poll_funcs[kdb_poll_idx] = NULL;
/linux-master/kernel/debug/kdb/
H A Dkdb_debugger.c22 get_char_func kdb_poll_funcs[] = { variable
30 EXPORT_SYMBOL_GPL(kdb_poll_funcs); variable
H A Dkdb_io.c136 for (f = &kdb_poll_funcs[0]; ; ++f) {
140 f = &kdb_poll_funcs[0];
484 for (f = &kdb_poll_funcs[0]; *f; ++f) {
/linux-master/include/linux/
H A Dkdb.h187 extern get_char_func kdb_poll_funcs[];
/linux-master/kernel/debug/
H A Dgdbstub.c71 for (i = 0; kdb_poll_funcs[i] != NULL; i++) {
72 ret = kdb_poll_funcs[i]();

Completed in 134 milliseconds