Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/debug/kdb/
Dkdb_main.c669 static bool defcmd_in_progress; variable
679 defcmd_in_progress = false; in kdb_defcmd2()
710 if (defcmd_in_progress) { in kdb_defcmd()
759 defcmd_in_progress = true; in kdb_defcmd()
942 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
995 if (defcmd_in_progress) { in kdb_parse()
997 if (!defcmd_in_progress) { in kdb_parse()
1308 if (defcmd_in_progress) in kdb_local()
2897 if (defcmd_in_progress) { in kdb_cmd_init()