Searched refs:debug_flag (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | do_hbm_test.sh | 70 debug_flag=0 125 debug_flag=1 196 if [ $debug_flag -eq 1 ] ; then
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | do_hbm_test.sh | 70 debug_flag=0 135 debug_flag=1 207 if [ $debug_flag -eq 1 ] ; then
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 24 static int debug_flag; variable 84 return debug_flag; in is_debug_enabled() 93 if (debug_flag) in debug_printf() 3091 debug_flag = 1; in cmdline() 3163 if (debug_flag) in cmdline() 3166 ret = isst_daemon(debug_flag, poll_interval, no_daemon); in cmdline()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.c | 87 static int debug_flag; variable 109 module_param_named(debug_flag, debug_flag, int, 0); 110 MODULE_PARM_DESC(debug_flag, "Enable DEBUG, same as setting debugging=1"); 138 "debug_flag", &debug_flag 4524 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG; in init_st() 4526 printk(KERN_INFO "st: Debugging enabled debug_flag = %d\n", in init_st() 4621 static DRIVER_ATTR_RW(debug_flag); [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.c | 88 static int debug_flag; variable 110 module_param_named(debug_flag, debug_flag, int, 0); 111 MODULE_PARM_DESC(debug_flag, "Enable DEBUG, same as setting debugging=1"); 139 "debug_flag", &debug_flag 4470 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG; in init_st() 4472 printk(KERN_INFO "st: Debugging enabled debug_flag = %d\n", in init_st() 4567 static DRIVER_ATTR_RW(debug_flag); [all...] |
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 22 static int debug_flag; variable 86 if (debug_flag) in debug_printf() 2735 debug_flag = 1; in cmdline()
|
Completed in 19 milliseconds