Home
last modified time | relevance | path

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

12345678910>>...19

/Linux-v6.1/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 …]
/Linux-v6.1/kernel/
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-v6.1/kernel/trace/
Dtrace_functions_graph.c348 int spaces = 0; in print_graph_proc() local
360 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
362 /* First spaces to align center */ in print_graph_proc()
363 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
368 /* Last spaces to align center */ in print_graph_proc()
369 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
586 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration()
599 /* No real adata, just filling the column with spaces */ in print_graph_duration()
1112 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
1113 " " /* 4 spaces */ in print_lat_header()
[all …]
/Linux-v6.1/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',
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-v6.1/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()
/Linux-v6.1/drivers/s390/char/
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-v6.1/arch/mips/include/asm/mach-bcm63xx/
Dspaces.h13 #include <asm/bmips-spaces.h>
15 #include <asm/mach-generic/spaces.h>
/Linux-v6.1/arch/mips/include/asm/mach-bmips/
Dspaces.h14 #include <asm/bmips-spaces.h>
16 #include <asm/mach-generic/spaces.h>
/Linux-v6.1/drivers/crypto/allwinner/sun4i-ss/
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-v6.1/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
/Linux-v6.1/mm/damon/
DKconfig28 bool "Data access monitoring operations for virtual address spaces"
33 that work for virtual address spaces.
/Linux-v6.1/mm/
Dswap_state.c666 struct address_space *spaces, *space; in init_swap_address_space() local
670 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space()
671 if (!spaces) in init_swap_address_space()
674 space = spaces + i; in init_swap_address_space()
682 swapper_spaces[type] = spaces; in init_swap_address_space()
690 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space() local
693 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space()
694 kvfree(spaces); in exit_swap_address_space()
/Linux-v6.1/Documentation/process/
Dcode-of-conduct.rst57 This Code of Conduct applies both within project spaces and in public spaces
/Linux-v6.1/arch/mips/include/asm/sgi/
Dip22.h17 * 'spaces', the 'space' determines where and how to enable/disable
33 #define SGINT_END (SGINT_CPU+40) /* End of 'spaces' */
/Linux-v6.1/Documentation/dev-tools/
Dcheckpatch.rst142 Set the number of spaces for tab (default 8).
656 Code indent should use tabs instead of spaces.
658 spaces are never used for indentation.
1074 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1105 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1111 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1118 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1130 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1135 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1142 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
[all …]
/Linux-v6.1/Documentation/mm/
Dactive_mm.rst26 - we have "real address spaces" and "anonymous address spaces". The
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dethtool_lib.sh42 # Replaces all non numbers with spaces
44 # Squeeze spaces in sequence to 1 space
/Linux-v6.1/Documentation/mm/damon/
Ddesign.rst39 and virtual address spaces. Below two subsections describe how those work.
63 exceptionally huge in usual address spaces, excluding these will be sufficient
78 Both of the implementations for physical and virtual address spaces use PTE
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.rst38 Double-quotes can be used to protect spaces in values, e.g.::
40 param="spaces in here"
208 complete command line (parameters including spaces etc.) is limited to
/Linux-v6.1/include/linux/
Dstacktrace.h67 int spaces);
69 unsigned int nr_entries, int spaces);
/Linux-v6.1/arch/mips/include/asm/
Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dusage.rst14 virtual and physical address spaces monitoring. For more detail, please
24 supports both virtual and physical address spaces monitoring. Note that this
36 DAMON for various address spaces. For detail, please refer to the interface
157 - vaddr: Monitor virtual address spaces of specific processes
425 Some types of address spaces supports multiple monitoring target. For example,
426 the virtual memory address spaces monitoring can have multiple processes as the
429 ``target_ids`` file. In case of the virtual address spaces monitoring, the
/Linux-v6.1/arch/mips/include/asm/mach-loongson2ef/
Dspaces.h9 #include <asm/mach-generic/spaces.h>

12345678910>>...19