Searched refs:indent (Results 1 - 25 of 71) sorted by last modified time

123

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1665 struct drm_printer *p, unsigned indent)
1680 for (k = 0; k < indent; k++)
1664 a7xx_show_registers_indented(const u32 *registers, u32 *data, struct drm_printer *p, unsigned indent) argument
/linux-master/fs/bcachefs/
H A Dutil.c391 printbuf_tabstop_push(out, out->indent + TABSTOP_SIZE);
401 printbuf_tabstop_push(out, out->indent + 20);
415 printbuf_tabstop_push(out, out->indent + 20);
/linux-master/scripts/kconfig/
H A Dmenu.c733 int indent = 2 * j + 4; local
743 indent -= 3;
746 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu));
H A Dmconf.c284 static int indent; variable
484 indent + 1, ' ', prompt);
487 indent + 1, ' ', prompt,
497 item_make(" %*c*** %s ***", indent + 1, ' ', prompt);
505 item_make("---%*c%s", indent + 1, ' ', prompt);
549 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
555 indent += 2;
557 indent -= 2;
564 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu));
604 tmp = indent
[all...]
H A Dconf.c43 static int indent = 1; variable
355 printf("%*s%s ", indent - 1, "", menu->prompt->text);
388 printf("%*s%s ", indent - 1, "", menu->prompt->text);
473 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu));
483 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu));
491 printf("%*c %s\n", indent, '*', menu_get_prompt(child));
497 printf("%*c", indent, '>');
499 printf("%*c", indent, ' ');
507 printf("%*schoice", indent - 1, "");
588 indent, '*',
[all...]
H A Dnconf.c264 static int indent; variable
784 indent + 1, ' ', prompt);
788 indent + 1, ' ', prompt,
799 indent + 1, ' ',
807 indent + 1, ' ',
853 item_add_str("%*c%s", indent + 1,
861 indent += 2;
863 indent -= 2;
871 "---%*c%s", indent + 1,
915 tmp = indent
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c4085 int indent),
4080 intel_execlists_show_requests(struct intel_engine_cs *engine, struct drm_printer *m, void (*show_request)(struct drm_printer *m, const struct i915_request *rq, const char *prefix, int indent), unsigned int max) argument
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1280 def write_doc_line(self, doc, indent=True):
1287 if indent:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c27 static void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) argument
31 indent, "",
35 indent, "",
39 indent, "",
43 indent, "",
46 indent, "",
51 uint8_t indent)
55 indent, "", segment->base, segment->limit,
59 indent, "", segment->present, segment->dpl,
63 indent, "", segmen
50 segment_dump(FILE *stream, struct kvm_segment *segment, uint8_t indent) argument
67 dtable_dump(FILE *stream, struct kvm_dtable *dtable, uint8_t indent) argument
76 sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent) argument
323 virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
894 vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
[all...]
/linux-master/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c163 #define DUMP_LINE_MAX 100 /* Does not include indent amount */
866 * is prefixed by the number of spaces given by indent. On each
867 * recursion, the indent amount is increased by 2. This causes nodes
869 * with a greater indent.
872 unsigned int indent)
885 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep);
886 fprintf(stream, "%*s parent: %p left: %p right: %p\n", indent, "",
889 indent, "", nodep->idx, nodep->mask, nodep->num_after);
893 dump_nodes(stream, nodep->left, indent + 2);
897 dump_nodes(stream, nodep->right, indent
871 dump_nodes(FILE *stream, struct node *nodep, unsigned int indent) argument
924 sparsebit_dump_internal(FILE *stream, const struct sparsebit *s, unsigned int indent) argument
1586 sparsebit_dump(FILE *stream, const struct sparsebit *s, unsigned int indent) argument
[all...]
H A Dkvm_util.c1921 * indent - Left margin indent amount
1931 void vm_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
1937 fprintf(stream, "%*smode: 0x%x\n", indent, "", vm->mode);
1938 fprintf(stream, "%*sfd: %i\n", indent, "", vm->fd);
1939 fprintf(stream, "%*spage_size: 0x%x\n", indent, "", vm->page_size);
1940 fprintf(stream, "%*sMem Regions:\n", indent, "");
1943 "host_virt: %p\n", indent + 2, "",
1947 fprintf(stream, "%*sunused_phy_pages: ", indent + 2, "");
1950 fprintf(stream, "%*sprotected_phy_pages: ", indent
[all...]
/linux-master/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, argument
124 indent, "", ptea, *pte);
128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, argument
138 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2),
141 virt_dump_region(stream, vm, indent + 2,
144 virt_dump_ptes(stream, vm, indent + 2,
150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
155 virt_dump_region(stream, vm, indent, vm->pgd);
215 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
218 indent, "", vcp
[all...]
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c154 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, argument
168 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "",
170 pte_dump(stream, vm, indent + 1,
176 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
188 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "",
190 pte_dump(stream, vm, indent + 1,
219 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c223 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) argument
236 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep);
237 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1);
242 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
254 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep);
255 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level);
357 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
365 indent, "", pstate, pc);
/linux-master/tools/testing/selftests/kvm/include/
H A Dsparsebit.h66 unsigned int indent);
H A Dkvm_util_base.h456 void vm_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent);
1002 uint8_t indent);
1005 uint8_t indent)
1007 vcpu_arch_dump(stream, vcpu, indent);
1100 * indent - Left margin indent amount
1109 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent);
1111 static inline void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
1113 virt_arch_dump(stream, vm, indent);
1004 vcpu_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
/linux-master/tools/perf/util/
H A Dstat-display.c1394 int idx, indent = 0; local
1397 while (tmp[indent] == ' ')
1398 indent++;
1400 fprintf(output, "%*s# Table of individual measurements:\n", indent, "");
1415 fprintf(output, "\n%*s# Final result:\n", indent, "");
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py95 indent=4)
/linux-master/tools/perf/
H A Dbuiltin-report.c833 int indent; member in struct:maps__fprintf_task_args
847 args->indent, "", map__start(map), map__end(map),
862 static size_t maps__fprintf_task(struct maps *maps, int indent, FILE *fp) argument
865 .indent = indent,
/linux-master/include/drm/
H A Ddrm_print.h215 * @indent: Tab indentation level (max 5)
218 #define drm_printf_indent(printer, indent, fmt, ...) \
219 drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__)
H A Ddrm_gem.h104 * indent argument.
110 void (*print_info)(struct drm_printer *p, unsigned int indent,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_reg_whitelist.c88 * @indent: indent level
94 void xe_reg_whitelist_print_entry(struct drm_printer *p, unsigned int indent, argument
132 drm_printf_indent(p, indent, "REG[0x%x-0x%x]: %s %s access\n",
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) argument
229 drm_printf_indent(p, indent, "count: %u\n", dbm->count);
235 drm_printf_indent(p, indent, "available range: %u..%u (%u)\n",
239 drm_printf_indent(p, indent, "available total: %u\n", total);
243 drm_printf_indent(p, indent, "reserved range: %u..%u (%u)\n",
247 drm_printf_indent(p, indent, "reserved total: %u\n", total);
254 * @indent: tab indentation level
257 struct drm_printer *p, int indent)
260 dbm_print_locked(dbm, p, indent);
256 xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) argument
[all...]
H A Dxe_guc_db_mgr.h20 void xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c2185 int indent)
2224 prefix, indent, " ",
2182 i915_request_show(struct drm_printer *m, const struct i915_request *rq, const char *prefix, int indent) argument

Completed in 285 milliseconds

123