Searched refs:debugflags (Results 1 – 1 of 1) sorted by relevance
415 unsigned int debugflags; in kdb_set() local 418 ret = kstrtouint(argv[2], 0, &debugflags); in kdb_set() 419 if (ret || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set() 425 | (debugflags << KDB_DEBUG_FLAG_SHIFT); in kdb_set()