Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkdb.h64 KDB_REPEAT_WITH_ARGS = 0x80000000, /* Repeat the command with args */ enumerator
/linux/kernel/debug/kdb/
H A Dkdb_main.c1091 if (tp->flags & KDB_REPEAT_WITH_ARGS) in kdb_parse()