Searched refs:kdb_poll_idx (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dkgdboc.c102 if (kdb_poll_idx < KDB_POLL_FUNC_MAX) { kgdboc_register_kbd()
103 kdb_poll_funcs[kdb_poll_idx] = kdb_get_kbd_char; kgdboc_register_kbd()
104 kdb_poll_idx++; kgdboc_register_kbd()
118 for (i = 0; i < kdb_poll_idx; i++) { kgdboc_unregister_kbd()
120 kdb_poll_idx--; kgdboc_unregister_kbd()
121 kdb_poll_funcs[i] = kdb_poll_funcs[kdb_poll_idx]; kgdboc_unregister_kbd()
122 kdb_poll_funcs[kdb_poll_idx] = NULL; kgdboc_unregister_kbd()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_debugger.c32 int kdb_poll_idx = 1; variable
33 EXPORT_SYMBOL_GPL(kdb_poll_idx); variable
/linux-4.1.27/include/linux/
H A Dkdb.h73 extern int kdb_poll_idx;

Completed in 126 milliseconds