Searched refs:print_name (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/dlm/ |
| H A D | debug_fs.c | 262 int print_name = 1; in print_format3() local 280 print_name = 0; in print_format3() 283 seq_puts(s, print_name ? "str " : "hex"); in print_format3() 286 if (print_name) in print_format3() 337 int print_name = 1; in print_format4() local 354 print_name = 0; in print_format4() 357 seq_puts(s, print_name ? "str " : "hex"); in print_format4() 360 if (print_name) in print_format4()
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() function 103 print_name(m, class); in l_show() 110 print_name(m, entry->class); in l_show() 177 print_name(m, class); in lc_show()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2872 static inline int print_name(int width, int *printed, char *delim, char *name, enum counter_type ty… in print_name() function 2979 outp += print_name(mp->width, &printed, delim, mp->name, mp->type, mp->format); in print_header() 2982 outp += print_name(pp->width, &printed, delim, pp->name, pp->type, pp->format); in print_header() 2988 …outp += print_name(pmt_counter_get_width(ppmt), &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->… in print_header() 2993 outp += print_name(32, &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->format); in print_header() 3027 outp += print_name(mp->width, &printed, delim, mp->name, mp->type, mp->format); in print_header() 3030 outp += print_name(pp->width, &printed, delim, pp->name, pp->type, pp->format); in print_header() 3036 …outp += print_name(pmt_counter_get_width(ppmt), &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->… in print_header() 3042 outp += print_name(32, &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->format); in print_header() 3130 outp += print_name(mp->width, &printed, delim, mp->name, mp->type, mp->format); in print_header() [all …]
|