Searched refs:s_show (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | severity.c | 444 static int s_show(struct seq_file *f, void *data) in s_show() function 455 .show = s_show,
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kallsyms.c | 693 static int s_show(struct seq_file *m, void *p) in s_show() function 725 .show = s_show 777 * Instead of checking this on every s_show() call, cache in kallsyms_open()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | severity.c | 431 static int s_show(struct seq_file *f, void *data) in s_show() function 442 .show = s_show,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kallsyms.c | 779 static int s_show(struct seq_file *m, void *p) in s_show() function 811 .show = s_show 918 * Instead of checking this on every s_show() call, cache in kallsyms_open()
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 3506 static int s_show(struct seq_file *m, void *p) in s_show() function 3514 * s_show can encounter race with remove_vm_area, !vm on behalf in s_show() 3576 .show = s_show,
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 4372 static int s_show(struct seq_file *m, void *p) in s_show() function 4437 .show = s_show,
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.c | 4327 static int s_show(struct seq_file *m, void *v) in s_show() function 4390 .show = s_show,
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 4732 static int s_show(struct seq_file *m, void *v) in s_show() function 4795 .show = s_show,
|
Completed in 39 milliseconds