Searched refs:sg_proc_seq_show_int (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 2330 static int sg_proc_seq_show_int(struct seq_file *s, void *v); 2403 static int sg_proc_seq_show_int(struct seq_file *s, void *v) in sg_proc_seq_show_int() function 2411 return single_open(file, sg_proc_seq_show_int, &sg_allow_dio); in sg_proc_single_open_adio() 2432 return single_open(file, sg_proc_seq_show_int, &sg_big_buff); in sg_proc_single_open_dressz()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 2310 static int sg_proc_seq_show_int(struct seq_file *s, void *v); 2383 static int sg_proc_seq_show_int(struct seq_file *s, void *v) in sg_proc_seq_show_int() function 2391 return single_open(file, sg_proc_seq_show_int, &sg_allow_dio); in sg_proc_single_open_adio() 2412 return single_open(file, sg_proc_seq_show_int, &sg_big_buff); in sg_proc_single_open_dressz()
|
Completed in 7 milliseconds