Searched refs:dots (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | dir.c | 202 unsigned int dots, i; in adfs_object_fixup() local 213 for (i = dots = 0; i < obj->name_len; i++) in adfs_object_fixup() 216 dots++; in adfs_object_fixup() 219 if (obj->name_len <= 2 && dots == obj->name_len) in adfs_object_fixup()
|
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | dir.c | 202 unsigned int dots, i; in adfs_object_fixup() local 213 for (i = dots = 0; i < obj->name_len; i++) in adfs_object_fixup() 216 dots++; in adfs_object_fixup() 219 if (obj->name_len <= 2 && dots == obj->name_len) in adfs_object_fixup()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | string2.h | 12 extern const char *dots;
|
H A D | string.c | 13 const char *dots = variable
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | string2.h | 12 extern const char *dots;
|
H A D | string.c | 13 const char *dots = variable
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
H A D | hist.c | 682 /* preserve max indent depth for initial dots */ in hists__fprintf_hierarchy_headers() 683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers() 696 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers() 721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
|
/kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
H A D | hist.c | 682 /* preserve max indent depth for initial dots */ in hists__fprintf_hierarchy_headers() 683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers() 696 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers() 721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
|
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 725 const char *dots = " ................................. "; in uv_nmi_dump_state_cpu() local 734 pr_info("UV:%sNMI process trace for CPU %d\n", dots, cpu); in uv_nmi_dump_state_cpu()
|
/kernel/linux/linux-6.6/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 725 const char *dots = " ................................. "; in uv_nmi_dump_state_cpu() local 734 pr_info("UV:%sNMI process trace for CPU %d\n", dots, cpu); in uv_nmi_dump_state_cpu()
|
Completed in 9 milliseconds