Home
last modified time | relevance | path

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

12345678910>>...34

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
D.yamllint10 min-spaces-inside: 0
11 max-spaces-inside: 1
12 min-spaces-inside-empty: 0
13 max-spaces-inside-empty: 0
15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
19 colons: {max-spaces-before: 0, max-spaces-after: 1}
20 commas: {min-spaces-after: 1, max-spaces-after: 1}
[all …]
/kernel/linux/linux-4.19/include/linux/
Dstacktrace.h25 extern void print_stack_trace(struct stack_trace *trace, int spaces);
27 struct stack_trace *trace, int spaces);
39 # define print_stack_trace(trace, spaces) do { } while (0) argument
40 # define snprint_stack_trace(buf, size, trace, spaces) do { } while (0) argument
/kernel/linux/linux-4.19/kernel/
Dstacktrace.c14 void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
22 printk("%*c%pS\n", 1 + spaces, ' ', (void *)trace->entries[i]); in print_stack_trace()
27 struct stack_trace *trace, int spaces) in snprint_stack_trace() argument
37 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in snprint_stack_trace()
/kernel/linux/linux-5.10/kernel/
Dstacktrace.c21 * @spaces: Number of leading spaces to print
24 int spaces) in stack_trace_print() argument
32 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print()
42 * @spaces: Number of leading spaces to print
47 unsigned int nr_entries, int spaces) in stack_trace_snprint() argument
55 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ti/
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',
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',
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ti/
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',
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',
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_functions_graph.c350 int spaces = 0; in print_graph_proc() local
362 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
364 /* First spaces to align center */ in print_graph_proc()
365 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
370 /* Last spaces to align center */ in print_graph_proc()
371 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
588 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration()
601 /* No real adata, just filling the column with spaces */ in print_graph_duration()
1114 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
1115 " " /* 4 spaces */ in print_lat_header()
[all …]
/kernel/linux/linux-4.19/mm/
Dswap_state.c76 struct address_space *spaces; in total_swapcache_pages() local
87 spaces = rcu_dereference(swapper_spaces[i]); in total_swapcache_pages()
88 if (!nr || !spaces) in total_swapcache_pages()
91 ret += spaces[j].nrpages; in total_swapcache_pages()
621 struct address_space *spaces, *space; in init_swap_address_space() local
625 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space()
626 if (!spaces) in init_swap_address_space()
629 space = spaces + i; in init_swap_address_space()
637 rcu_assign_pointer(swapper_spaces[type], spaces); in init_swap_address_space()
644 struct address_space *spaces; in exit_swap_address_space() local
[all …]
/kernel/linux/linux-5.10/fs/
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()
/kernel/linux/linux-4.19/arch/mips/include/asm/mach-bcm63xx/
Dspaces.h13 #include <asm/bmips-spaces.h>
15 #include <asm/mach-generic/spaces.h>
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
Dspaces.h13 #include <asm/bmips-spaces.h>
15 #include <asm/mach-generic/spaces.h>
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bmips/
Dspaces.h14 #include <asm/bmips-spaces.h>
16 #include <asm/mach-generic/spaces.h>
/kernel/linux/linux-4.19/arch/mips/include/asm/mach-bmips/
Dspaces.h14 #include <asm/bmips-spaces.h>
16 #include <asm/mach-generic/spaces.h>
/kernel/linux/linux-4.19/kernel/trace/
Dtrace_functions_graph.c595 int spaces = 0; in print_graph_proc() local
607 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
609 /* First spaces to align center */ in print_graph_proc()
610 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
615 /* Last spaces to align center */ in print_graph_proc()
616 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
817 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration()
830 /* No real adata, just filling the column with spaces */ in print_graph_duration()
1347 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
1348 " " /* 4 spaces */ in print_lat_header()
[all …]
/kernel/linux/linux-4.19/drivers/s390/char/
Dsclp_rw.c179 int spaces, i_msg; in sclp_write() local
201 * \t is expanded to some spaces but \r does not know about a in sclp_write()
247 /* = new line, leading spaces */ in sclp_write()
249 spaces = buffer->current_length; in sclp_write()
255 memset(buffer->current_line, 0x40, spaces); in sclp_write()
256 buffer->current_line += spaces; in sclp_write()
257 buffer->current_length = spaces; in sclp_write()
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_rw.c179 int spaces, i_msg; in sclp_write() local
201 * \t is expanded to some spaces but \r does not know about a in sclp_write()
247 /* = new line, leading spaces */ in sclp_write()
249 spaces = buffer->current_length; in sclp_write()
255 memset(buffer->current_line, 0x40, spaces); in sclp_write()
256 buffer->current_line += spaces; in sclp_write()
257 buffer->current_length = spaces; in sclp_write()
/kernel/linux/linux-4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c30 u32 spaces; in sun4i_ss_opti_poll() local
96 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll()
97 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
98 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
144 u32 spaces; in sun4i_ss_cipher_poll() local
258 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll()
259 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
260 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
/kernel/linux/linux-4.19/arch/mips/include/asm/
Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
141 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c27 u32 spaces; in sun4i_ss_opti_poll() local
99 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll()
100 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
101 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
182 u32 spaces; in sun4i_ss_cipher_poll() local
307 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll()
308 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
309 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
/kernel/linux/linux-4.19/arch/mips/include/asm/mach-pmcs-msp71xx/
Dmsp_usb.h30 /* Register spaces for USB host 0 */
38 /* Register spaces for USB host 1 */
129 * spaces and make them accessible to the USB ISR.
/kernel/linux/linux-4.19/fs/
Dbinfmt_script.c68 * itself may be preceded by spaces/tabs). Truncating the in load_script()
77 return -ENOEXEC; /* Entire buf is spaces/tabs */ in load_script()
86 /* NUL-terminate the buffer and any trailing spaces/tabs. */ in load_script()
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dfsgs.rst145 Named Address Spaces. GCC implements the following address space
154 address spaces are supported. Code which implements fallback modes should
181 address spaces via an attribute based mechanism in Clang 2.6 and newer
192 In case the compiler does not support address spaces, inline assembly can
/kernel/linux/linux-5.10/Documentation/process/
Dcode-of-conduct.rst57 This Code of Conduct applies both within project spaces and in public spaces

12345678910>>...34