Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/debug/kdb/
Dkdb_main.c674 static bool defcmd_in_progress; variable
684 defcmd_in_progress = false; in kdb_defcmd2()
715 if (defcmd_in_progress) { in kdb_defcmd()
764 defcmd_in_progress = true; in kdb_defcmd()
947 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
1000 if (defcmd_in_progress) { in kdb_parse()
1002 if (!defcmd_in_progress) { in kdb_parse()
1311 if (defcmd_in_progress) in kdb_local()
2902 if (defcmd_in_progress) { in kdb_cmd_init()