Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/debug/kdb/
Dkdb_main.c708 static bool defcmd_in_progress; variable
721 defcmd_in_progress = false; in kdb_defcmd2()
744 if (defcmd_in_progress) { in kdb_defcmd()
800 defcmd_in_progress = true; in kdb_defcmd()
987 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
1040 if (defcmd_in_progress) { in kdb_parse()
1042 if (!defcmd_in_progress) { in kdb_parse()
2900 if (defcmd_in_progress) { in kdb_cmd_init()