Home
last modified time | relevance | path

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

/linux-6.15/kernel/debug/kdb/
H A Dkdb_main.c648 static bool defcmd_in_progress; variable
661 defcmd_in_progress = false; in kdb_defcmd2()
684 if (defcmd_in_progress) { in kdb_defcmd()
740 defcmd_in_progress = true; in kdb_defcmd()
927 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
980 if (defcmd_in_progress) { in kdb_parse()
982 if (!defcmd_in_progress) { in kdb_parse()
2796 if (defcmd_in_progress) { in kdb_cmd_init()