Searched refs:print_sep (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/pinctrl/ |
D | pinconf-generic.c | 60 int nitems, int *print_sep) in pinconf_generic_dump_one() argument 83 if (*print_sep) in pinconf_generic_dump_one() 85 *print_sep = 1; in pinconf_generic_dump_one() 114 int print_sep = 0; in pinconf_generic_dump_pins() local 121 ARRAY_SIZE(conf_items), &print_sep); in pinconf_generic_dump_pins() 128 &print_sep); in pinconf_generic_dump_pins()
|
/linux-6.1.9/fs/reiserfs/ |
D | bitmap.c | 683 static void print_sep(struct seq_file *seq, int *first) in print_sep() function 702 print_sep(seq, &first); in show_alloc_options() 710 print_sep(seq, &first); in show_alloc_options() 718 print_sep(seq, &first); in show_alloc_options() 722 print_sep(seq, &first); in show_alloc_options() 726 print_sep(seq, &first); in show_alloc_options() 730 print_sep(seq, &first); in show_alloc_options() 734 print_sep(seq, &first); in show_alloc_options() 738 print_sep(seq, &first); in show_alloc_options() 742 print_sep(seq, &first); in show_alloc_options() [all …]
|