Home
last modified time | relevance | path

Searched full:spaces (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/linux/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
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
24 colons: {max-spaces-before: 0, max-spaces-after: 1}
25 commas: {min-spaces-after: 1, max-spaces-after: 1}
[all …]
/linux/fs/bcachefs/
H A Dprintbuf.c24 * Returns spaces from start of line, if set, or 0 if unset:
236 * bch2_printbuf_tabstop_set() - add a tabstop, n spaces from the previous tabstop
239 * @spaces: number of spaces from previous tabpstop
242 * PRINTBUF_INLINE_TABSTOPS or setting tabstops more than 255 spaces from start
245 int bch2_printbuf_tabstop_push(struct printbuf *buf, unsigned spaces) in bch2_printbuf_tabstop_push() argument
254 buf->_tabstops[buf->nr_tabstops++] = prev_tabstop + spaces; in bch2_printbuf_tabstop_push()
263 * @spaces: number of spaces to add to the current indent level
266 * of the current line, will be indented by @spaces more spaces.
268 void bch2_printbuf_indent_add(struct printbuf *buf, unsigned spaces) in bch2_printbuf_indent_add() argument
270 if (WARN_ON_ONCE(buf->indent + spaces < buf->indent)) in bch2_printbuf_indent_add()
[all …]
/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c19 /* Used to fill spaces in the output */
20 static const char *spaces = " "; variable
282 24, spaces, in timerlat_aa_nmi_handler()
290 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler()
334 15, spaces, in timerlat_aa_irq_handler()
385 24, spaces, in timerlat_aa_irq_handler()
423 24, spaces, in timerlat_aa_softirq_handler()
469 15, spaces, in timerlat_aa_thread_handler()
500 14, spaces, function); in timerlat_aa_stack_handler()
587 16, spaces, in timerlat_thread_analysis()
[all …]
/linux/kernel/
H A Dstacktrace.c22 * @spaces: Number of leading spaces to print
25 int spaces) in stack_trace_print() argument
33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print()
43 * @spaces: Number of leading spaces to 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/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/kernel/trace/
H A Dtrace_functions_graph.c377 int spaces = 0; in print_graph_proc() local
389 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
391 /* First spaces to align center */ in print_graph_proc()
392 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
397 /* Last spaces to align center */ in print_graph_proc()
398 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
617 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration()
630 /* No real adata, just filling the column with spaces */ in print_graph_duration()
1221 static const char spaces[] in print_lat_header()
1208 static const char spaces[] = " " /* 16 spaces */ print_lat_header() local
[all...]
/linux/drivers/s390/char/
H A Dsclp_rw.c172 int spaces, i_msg; in sclp_write() local
194 * \t is expanded to some spaces but \r does not know about a in sclp_write()
240 /* = new line, leading spaces */ in sclp_write()
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/fs/
H A Dbinfmt_script.c54 * itself may be preceded by spaces/tabs). Truncating the in load_script()
63 return -ENOEXEC; /* Entire buf is spaces/tabs */ in load_script()
72 /* Trim any trailing spaces/tabs from i_end */ in load_script()
76 /* Skip over leading spaces/tabs */ in load_script()
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dspaces.h13 #include <asm/bmips-spaces.h>
15 #include <asm/mach-generic/spaces.h>
/linux/arch/mips/include/asm/mach-bmips/
H A Dspaces.h14 #include <asm/bmips-spaces.h>
16 #include <asm/mach-generic/spaces.h>
/linux/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/Documentation/gpu/amdgpu/
H A Damdgpu-glossary.rst50 virtual address spaces that can be in flight at any given time. These
52 spaces for use by the GPU kernel driver and applications using the GPU.
/linux/mm/damon/
H A DKconfig28 bool "Data access monitoring operations for virtual address spaces"
33 that work for virtual address spaces.
/linux/Documentation/process/
H A Dcode-of-conduct.rst57 This Code of Conduct applies both within project spaces and in public spaces
/linux/mm/
H A Dswap_state.c712 struct address_space *spaces, *space; in init_swap_address_space()
716 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space()
717 if (!spaces) in init_swap_address_space()
720 space = spaces + i; in init_swap_address_space()
728 swapper_spaces[type] = spaces; in init_swap_address_space()
736 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space()
739 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space()
740 kvfree(spaces); in exit_swap_address_space()
710 struct address_space *spaces, *space; init_swap_address_space() local
734 struct address_space *spaces = swapper_spaces[type]; exit_swap_address_space() local
/linux/arch/mips/include/asm/sgi/
H A Dip22.h17 * 'spaces', the 'space' determines where and how to enable/disable
33 #define SGINT_END (SGINT_CPU+40) /* End of 'spaces' */
/linux/include/linux/
H A Dstackdepot.h215 * @spaces: Number of leading spaces to print
220 int spaces);
H A Dstacktrace.h67 int spaces);
69 unsigned int nr_entries, int spaces);
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool_lib.sh42 # Replaces all non numbers with spaces
44 # Squeeze spaces in sequence to 1 space
/linux/Documentation/mm/
H A Dactive_mm.rst30 - we have "real address spaces" and "anonymous address spaces". The
/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst38 Double-quotes can be used to protect spaces in values, e.g.::
40 param="spaces in here"
209 complete command line (parameters including spaces etc.) is limited to
/linux/arch/mips/include/asm/
H A Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
/linux/scripts/
H A Dcleanfile15 # Clean up space-tab sequences, either by removing spaces or
142 $line =~ s/[ \t\r]*$//; # Remove trailing spaces

12345678910>>...17