Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/debug/kdb/
Dkdb_main.c719 static bool defcmd_in_progress; variable
732 defcmd_in_progress = false; in kdb_defcmd2()
755 if (defcmd_in_progress) { in kdb_defcmd()
811 defcmd_in_progress = true; in kdb_defcmd()
998 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
1051 if (defcmd_in_progress) { in kdb_parse()
1053 if (!defcmd_in_progress) { in kdb_parse()
1352 if (defcmd_in_progress) in kdb_local()
2913 if (defcmd_in_progress) { in kdb_cmd_init()