Searched refs:kdb_poll_funcs (Results 1 – 3 of 3) sorted by relevance
22 get_char_func kdb_poll_funcs[] = { variable30 EXPORT_SYMBOL_GPL(kdb_poll_funcs);
135 for (f = &kdb_poll_funcs[0]; ; ++f) { in kdb_getchar()139 f = &kdb_poll_funcs[0]; in kdb_getchar()470 for (f = &kdb_poll_funcs[0]; *f; ++f) { in kdb_input_flush()
71 for (i = 0; kdb_poll_funcs[i] != NULL; i++) { in gdbstub_read_wait()72 ret = kdb_poll_funcs[i](); in gdbstub_read_wait()