Searched refs:debug_stoppable (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Ddebug.c946 static int debug_stoppable = 1; variable
954 * always allow read, allow write only if debug_stoppable is set or
960 if (!write || debug_stoppable || !debug_active)
968 .procname = "debug_stoppable",
969 .data = &debug_stoppable,
995 if (debug_stoppable)

Completed in 131 milliseconds