Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 84) sorted by relevance

1234

/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c33 indent, "", in regs_dump()
37 indent, "", in regs_dump()
41 indent, "", in regs_dump()
45 indent, "", in regs_dump()
48 indent, "", in regs_dump()
70 uint8_t indent) in dtable_dump() argument
106 indent, "", in sregs_dump()
110 indent, "", in sregs_dump()
339 indent, ""); in virt_arch_dump()
347 indent, "", in virt_arch_dump()
[all …]
/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c100 sh->indent = 0; \
175 sh->indent++; in _check_for()
177 sh->indent++; in _check_for()
191 sh->indent--; in _check_for()
203 sh->indent--; in _check_for()
234 sh->indent++; in test_x32()
245 sh->indent--; in test_x32()
310 sh->indent++; in test_syscall_numbering()
321 sh->indent++; in test_syscall_numbering()
329 sh->indent--; in test_syscall_numbering()
[all …]
/linux/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument
124 indent, "", ptea, *pte); in virt_dump_ptes()
128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument
138 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region()
141 virt_dump_region(stream, vm, indent + 2, in virt_dump_region()
144 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region()
150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
155 virt_dump_region(stream, vm, indent, vm->pgd); in virt_arch_dump()
215 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
218 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_db_mgr.c49 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
224 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) in dbm_print_locked() argument
229 drm_printf_indent(p, indent, "count: %u\n", dbm->count); in dbm_print_locked()
235 drm_printf_indent(p, indent, "available range: %u..%u (%u)\n", in dbm_print_locked()
239 drm_printf_indent(p, indent, "available total: %u\n", total); in dbm_print_locked()
243 drm_printf_indent(p, indent, "reserved range: %u..%u (%u)\n", in dbm_print_locked()
247 drm_printf_indent(p, indent, "reserved total: %u\n", total); in dbm_print_locked()
257 struct drm_printer *p, int indent) in xe_guc_db_mgr_print() argument
260 dbm_print_locked(dbm, p, indent); in xe_guc_db_mgr_print()
H A Dxe_guc_id_mgr.c35 static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent);
249 static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent) in idm_print_locked() argument
255 drm_printf_indent(p, indent, "total %u\n", idm->total); in idm_print_locked()
259 drm_printf_indent(p, indent, "used %u\n", idm->used); in idm_print_locked()
261 drm_printf_indent(p, indent, "range %u..%u (%u)\n", rs, re - 1, re - rs); in idm_print_locked()
270 void xe_guc_id_mgr_print(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent) in xe_guc_id_mgr_print() argument
273 idm_print_locked(idm, p, indent); in xe_guc_id_mgr_print()
/linux/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk93 indent=1
97 for(; indent >= 1;) {
114 indent++
117 indent--
119 if (indent == 0) {
162 printf indent ":" line "\n" > "/dev/stderr"
/linux/fs/bcachefs/
H A Dprintbuf.c116 printbuf_insert_spaces(out, pos, out->indent); in __printbuf_do_indent()
118 pos = min(pos + out->indent, out->pos); in __printbuf_do_indent()
270 if (WARN_ON_ONCE(buf->indent + spaces < buf->indent)) in bch2_printbuf_indent_add()
273 buf->indent += spaces; in bch2_printbuf_indent_add()
290 if (WARN_ON_ONCE(spaces > buf->indent)) in bch2_printbuf_indent_sub()
291 spaces = buf->indent; in bch2_printbuf_indent_sub()
293 if (buf->last_newline + buf->indent == buf->pos) { in bch2_printbuf_indent_sub()
297 buf->indent -= spaces; in bch2_printbuf_indent_sub()
299 if (!buf->indent && !buf->nr_tabstops) in bch2_printbuf_indent_sub()
305 bch2_printbuf_make_room(buf, 1 + buf->indent); in bch2_prt_newline()
[all …]
/linux/tools/perf/ui/browsers/
H A Dannotate-data.c27 int indent; member
66 struct evsel *evsel, int indent) in add_child_entries() argument
83 entry->indent = indent; in add_child_entries()
93 int nr = add_child_entries(browser, adt, pos, evsel, indent + 1); in add_child_entries()
107 entry->indent = indent; in add_child_entries()
214 "", "", be->indent * 4, ""); in browser__write()
228 if (be->indent == 0 && !member->var_name) { in browser__write()
236 be->indent * 4, "", member->type_name, in browser__write()
/linux/scripts/kconfig/
H A Dconf.c43 static int indent = 1; variable
355 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
388 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
496 printf("%*c", indent, '>'); in conf_choice()
498 printf("%*c", indent, ' '); in conf_choice()
505 printf("%*schoice", indent - 1, ""); in conf_choice()
586 indent, '*', in conf()
587 indent, '*', prompt, in conf()
588 indent, '*'); in conf()
617 indent += 2; in conf()
[all …]
H A Dmconf.c284 static int indent; variable
484 indent + 1, ' ', prompt); in build_conf()
487 indent + 1, ' ', prompt, in build_conf()
497 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
505 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
542 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
550 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
585 tmp = indent - tmp + 4; in build_conf()
595 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf()
605 indent += doint; in build_conf()
[all …]
H A Dnconf.c264 static int indent; variable
784 indent + 1, ' ', prompt); in build_conf()
788 indent + 1, ' ', prompt, in build_conf()
799 indent + 1, ' ', in build_conf()
807 indent + 1, ' ', in build_conf()
845 item_add_str("%*c%s", indent + 1, in build_conf()
855 "---%*c%s", indent + 1, in build_conf()
894 tmp = indent - tmp + 4; in build_conf()
902 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf()
913 indent += doint; in build_conf()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c25 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument
44 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info()
49 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
H A Ddrm_framebuffer.c1160 drm_printf_indent(p, indent, "allocated by = %s\n", fb->comm); in drm_framebuffer_print_info()
1161 drm_printf_indent(p, indent, "refcount=%u\n", in drm_framebuffer_print_info()
1163 drm_printf_indent(p, indent, "format=%p4cc\n", &fb->format->format); in drm_framebuffer_print_info()
1164 drm_printf_indent(p, indent, "modifier=0x%llx\n", fb->modifier); in drm_framebuffer_print_info()
1165 drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height); in drm_framebuffer_print_info()
1166 drm_printf_indent(p, indent, "layers:\n"); in drm_framebuffer_print_info()
1169 drm_printf_indent(p, indent + 1, "size[%u]=%dx%d\n", i, in drm_framebuffer_print_info()
1172 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]); in drm_framebuffer_print_info()
1173 drm_printf_indent(p, indent + 1, "offset[%u]=%u\n", i, fb->offsets[i]); in drm_framebuffer_print_info()
1174 drm_printf_indent(p, indent + 1, "obj[%u]:%s\n", i, in drm_framebuffer_print_info()
[all …]
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
H A Dinsn_sanity.c52 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
55 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
57 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
59 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
/linux/scripts/
H A DLindent6 RES=`indent --version | cut -d' ' -f3`
26 indent $PARAM "$@"
/linux/include/drm/
H A Ddrm_gem_dma_helper.h39 struct drm_printer *p, unsigned int indent);
74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_dma_object_print_info() argument
79 drm_gem_dma_print_info(dma_obj, p, indent); in drm_gem_dma_object_print_info()
H A Ddrm_gem_shmem_helper.h129 struct drm_printer *p, unsigned int indent);
160 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_shmem_object_print_info() argument
165 drm_gem_shmem_print_info(shmem, p, indent); in drm_gem_shmem_object_print_info()
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py63 def routedict_to_routelist_single(name, D, indent=1): argument
67 I0 = '\t'*(indent),
68 I1 = '\t'*(indent+1),
69 I2 = '\t'*(indent+2),
70 I3 = '\t'*(indent+3),
71 I4 = '\t'*(indent+4),
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c68 int indent) in intel_pt_print_data() argument
72 for (i = 0; i < indent; i++) in intel_pt_print_data()
83 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument
87 for (i = 0; i < indent; i++) in intel_pt_print_no_data()
/linux/Documentation/sphinx-static/
H A Dcustom.css38 /* indent lines 2+ of multi-line function prototypes */
39 dl.function dt { margin-left: 10em; text-indent: -10em; }
47 text-indent: -1em;
51 text-indent: -1em;
/linux/drivers/md/
H A Draid5-ppl.c846 int indent = 0; in ppl_recover_entry() local
849 indent += 2; in ppl_recover_entry()
863 indent += 2; in ppl_recover_entry()
869 indent -= 2; in ppl_recover_entry()
879 __func__, indent, "", in ppl_recover_entry()
899 indent, ""); in ppl_recover_entry()
906 indent -= 2; in ppl_recover_entry()
914 __func__, indent, "", in ppl_recover_entry()
921 indent, ""); in ppl_recover_entry()
939 __func__, indent, "", in ppl_recover_entry()
[all …]
/linux/tools/perf/ui/stdio/
H A Dhist.c619 static int print_hierarchy_indent(const char *sep, int indent, in print_hierarchy_indent() argument
624 if (sep != NULL || indent < 2) in print_hierarchy_indent()
627 width = (indent - 2) * HIERARCHY_INDENT; in print_hierarchy_indent()
636 int indent; in hists__fprintf_hierarchy_headers() local
644 indent = hists->nr_hpp_node; in hists__fprintf_hierarchy_headers()
647 print_hierarchy_indent(sep, indent, " ", fp); in hists__fprintf_hierarchy_headers()
683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers()
827 unsigned indent; in hists__fprintf() local
850 indent = hists__overhead_width(hists) + 4; in hists__fprintf()
881 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf()
/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c225 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument
238 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump()
239 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump()
244 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
256 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_arch_dump()
257 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_arch_dump()
359 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
367 indent, "", pstate, pc); in vcpu_arch_dump()
/linux/fs/unicode/
H A Dmkutf8data.c423 int indent = 1; in tree_walk() local
481 indent -= 1; in tree_walk()
949 int indent; in index_nodes() local
955 indent = 1; in index_nodes()
1010 indent -= 1; in index_nodes()
1063 int indent; in size_nodes() local
1065 indent = 1; in size_nodes()
1173 indent -= 1; in size_nodes()
1194 int indent; in emit() local
1206 indent = 1; in emit()
[all …]

1234