/linux-6.15/Documentation/devicetree/bindings/ |
D | .yamllint | 15 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-6.15/fs/bcachefs/ |
D | printbuf.c | 24 * 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-6.15/tools/tracing/rtla/src/ |
D | timerlat_aa.c | 17 /* Used to fill spaces in the output */ 18 static const char *spaces = " "; variable 280 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() [all …]
|
/linux-6.15/kernel/ |
D | stacktrace.c | 22 * @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-6.15/Documentation/devicetree/bindings/display/ti/ |
D | ti,dra7-dss.txt | 12 - 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',
|
D | ti,omap5-dss.txt | 64 - 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',
|
D | ti,omap4-dss.txt | 83 - 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/fs/ |
D | binfmt_script.c | 54 * 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-6.15/drivers/s390/char/ |
D | sclp_rw.c | 172 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-6.15/arch/mips/include/asm/mach-bcm63xx/ |
D | spaces.h | 13 #include <asm/bmips-spaces.h> 15 #include <asm/mach-generic/spaces.h>
|
/linux-6.15/arch/mips/include/asm/mach-bmips/ |
D | spaces.h | 14 #include <asm/bmips-spaces.h> 16 #include <asm/mach-generic/spaces.h>
|
/linux-6.15/kernel/trace/ |
D | trace_functions_graph.c | 531 int spaces = 0; in print_graph_proc() local 543 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 545 /* First spaces to align center */ in print_graph_proc() 546 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 551 /* Last spaces to align center */ in print_graph_proc() 552 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 774 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration() 787 /* No real adata, just filling the column with spaces */ in print_graph_duration() 1478 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1479 " " /* 4 spaces */ in print_lat_header() [all …]
|
/linux-6.15/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 26 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/mm/damon/ |
D | Kconfig | 28 bool "Data access monitoring operations for virtual address spaces" 33 that work for virtual address spaces.
|
/linux-6.15/Documentation/arch/x86/x86_64/ |
D | fsgs.rst | 145 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-6.15/Documentation/gpu/amdgpu/ |
D | amdgpu-glossary.rst | 53 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/mm/ |
D | swap_state.c | 644 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/Documentation/process/ |
D | code-of-conduct.rst | 57 This Code of Conduct applies both within project spaces and in public spaces
|
/linux-6.15/Documentation/dev-tools/ |
D | checkpatch.rst | 142 Set the number of spaces for tab (default 8). 636 Code indent should use tabs instead of spaces. 638 spaces are never used for indentation. 1068 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces 1099 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#spaces 1112 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces 1124 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1129 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1136 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces [all …]
|
/linux-6.15/arch/mips/include/asm/sgi/ |
D | ip22.h | 17 * 'spaces', the 'space' determines where and how to enable/disable 33 #define SGINT_END (SGINT_CPU+40) /* End of 'spaces' */
|
/linux-6.15/tools/testing/selftests/drivers/net/hw/ |
D | ethtool_lib.sh | 42 # Replaces all non numbers with spaces 44 # Squeeze spaces in sequence to 1 space
|
/linux-6.15/include/linux/ |
D | stackdepot.h | 215 * @spaces: Number of leading spaces to print 220 int spaces);
|
D | stacktrace.h | 67 int spaces); 69 unsigned int nr_entries, int spaces);
|
/linux-6.15/Documentation/mm/ |
D | active_mm.rst | 30 - we have "real address spaces" and "anonymous address spaces". The
|
/linux-6.15/Documentation/admin-guide/ |
D | kernel-parameters.rst | 48 Double-quotes can be used to protect spaces in values, e.g.:: 50 param="spaces in here" 222 complete command line (parameters including spaces etc.) is limited to
|