Home
last modified time | relevance | path

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

/linux/rust/kernel/irq/
H A Dflags.rs93 pub const NO_DEBUG: Flags = Flags::new(bindings::IRQF_NO_DEBUG); constant
/linux/drivers/scsi/
H A Dst.c64 #define NO_DEBUG 0 macro
4559 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG; in init_st()
4642 debugging = NO_DEBUG; in debug_flag_store()