Searched refs:print_name (Results 1 – 4 of 4) 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/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 1100 const char *print_name = "3c59x"; in vortex_probe1() local 1111 print_name = pci_name(pdev); in vortex_probe1() 1115 print_name = dev_name(&edev->dev); in vortex_probe1() 1156 print_name, in vortex_probe1() 1194 print_name, pci_latency, new_latency); in vortex_probe1() 1328 print_name, in vortex_probe1() 1381 print_name, vp->media_override, in vortex_probe1() 1458 print_name, in vortex_probe1()
|
| /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 …]
|