Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 162) sorted by relevance

1234567

/linux-6.15/Documentation/devicetree/bindings/
H A D.yamllint15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
20 min-spaces-inside: 0
21 max-spaces-inside: 1
24 colons: {max-spaces-before: 0, max-spaces-after: 1}
25 commas: {min-spaces-after: 1, max-spaces-after: 1}
39 max-spaces-after: 1
41 spaces: 2
[all …]
/linux-6.15/fs/bcachefs/
H A Dprintbuf.c270 if (WARN_ON_ONCE(buf->indent + spaces < buf->indent)) in bch2_printbuf_indent_add()
271 spaces = 0; in bch2_printbuf_indent_add()
273 buf->indent += spaces; in bch2_printbuf_indent_add()
274 prt_chars(buf, ' ', spaces); in bch2_printbuf_indent_add()
292 spaces = 0; in bch2_printbuf_indent_add_nextline()
294 buf->indent += spaces; in bch2_printbuf_indent_add_nextline()
309 if (WARN_ON_ONCE(spaces > buf->indent)) in bch2_printbuf_indent_sub()
310 spaces = buf->indent; in bch2_printbuf_indent_sub()
313 buf->pos -= spaces; in bch2_printbuf_indent_sub()
316 buf->indent -= spaces; in bch2_printbuf_indent_sub()
[all …]
/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_aa.c280 24, spaces, in timerlat_aa_nmi_handler()
288 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler()
332 15, spaces, in timerlat_aa_irq_handler()
383 24, spaces, in timerlat_aa_irq_handler()
421 24, spaces, in timerlat_aa_softirq_handler()
467 15, spaces, in timerlat_aa_thread_handler()
498 14, spaces, function); in timerlat_aa_stack_handler()
585 16, spaces, in timerlat_thread_analysis()
600 printf(" IRQ latency: %.*s %9.2f us\n", 40, spaces, in timerlat_thread_analysis()
619 30, spaces, in timerlat_thread_analysis()
[all …]
/linux-6.15/drivers/s390/char/
H A Dsclp_rw.c172 int spaces, i_msg; in sclp_write() local
242 spaces = buffer->current_length; in sclp_write()
248 memset(buffer->current_line, 0x40, spaces); in sclp_write()
249 buffer->current_line += spaces; in sclp_write()
250 buffer->current_length = spaces; in sclp_write()
/linux-6.15/kernel/
H A Dstacktrace.c25 int spaces) in stack_trace_print() argument
33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print()
48 unsigned int nr_entries, int spaces) in stack_trace_snprint() argument
56 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
/linux-6.15/Documentation/devicetree/bindings/display/ti/
H A Dti,dra7-dss.txt12 - reg: address and length of the register spaces for 'dss'
23 - reg: address and length of the register spaces for 'pll1_clkctrl',
60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap5-dss.txt64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap4-dss.txt83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
/linux-6.15/include/linux/
H A Dstacktrace.h67 int spaces);
69 unsigned int nr_entries, int spaces);
H A Dstackdepot.h220 int spaces);
/linux-6.15/mm/
H A Dswap_state.c644 struct address_space *spaces, *space; in init_swap_address_space() local
648 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space()
649 if (!spaces) in init_swap_address_space()
652 space = spaces + i; in init_swap_address_space()
660 swapper_spaces[type] = spaces; in init_swap_address_space()
668 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space() local
671 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space()
672 kvfree(spaces); in exit_swap_address_space()
/linux-6.15/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c26 u32 spaces; in sun4i_ss_opti_poll() local
104 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll()
105 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
106 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
193 u32 spaces; in sun4i_ss_cipher_poll() local
320 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll()
321 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
322 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c531 int spaces = 0; in print_graph_proc() local
543 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
546 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
552 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
1478 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
1492 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header()
1493 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header()
1494 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header()
1495 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header()
1496 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
/linux-6.15/mm/damon/
H A DKconfig28 bool "Data access monitoring operations for virtual address spaces"
33 that work for virtual address spaces.
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dsunplus,sp7021.yaml15 Wiki: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
/linux-6.15/tools/perf/Documentation/
H A Djit-interface.txt8 Each line has the following format, fields separated with spaces:
/linux-6.15/Documentation/process/
H A Dcode-of-conduct.rst57 This Code of Conduct applies both within project spaces and in public spaces
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dstart.rst76 unmapped huge regions on the virtual address spaces. The second line shows
85 Note that DAMON can monitor not only virtual address spaces but multiple types
86 of address spaces including the physical address space.
/linux-6.15/Documentation/userspace-api/media/rc/
H A Dlirc-set-send-carrier.rst34 Set send carrier used to modulate IR PWM pulses and spaces.
H A Dlirc-set-rec-carrier.rst34 Set receive carrier used to modulate IR PWM pulses and spaces.
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dmarvell,pxa168.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
H A Dmarvell,pxa910.txt13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
/linux-6.15/Documentation/gpu/amdgpu/
H A Damdgpu-glossary.rst53 virtual address spaces that can be in flight at any given time. These
55 spaces for use by the GPU kernel driver and applications using the GPU.
/linux-6.15/Documentation/devicetree/bindings/net/can/
H A Dti_hecc.txt9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst-display.c87 char *spaces = " "; in format_and_print_txt() local
99 "%s", spaces); in format_and_print_txt()
114 char *spaces = " "; in format_and_print() local
134 "%s", spaces); in format_and_print()
152 "%s", spaces); in format_and_print()

1234567