/linux/tools/tracing/rtla/src/ |
H A 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/kernel/ |
H A 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/scripts/ |
H A D | decode_stacktrace.sh | 260 local words spaces 262 # Tokenize: words and spaces to preserve the alignment 264 IFS='#' read -ra spaces <<<"$(shopt -s extglob; echo "${1//+([^[:space:]])/#}")" 276 unset words[$i] spaces[$i] 282 unset words[$last] spaces[$last] 294 unset words[$last] spaces[$last] 311 unset words[$last-1] spaces[$last-1] 324 echo -n "${spaces[i]}${words[i]}" 326 echo "${spaces[$last]}${symbol}${module:+ ${module}}${info_str:+ ${info_str}}"
|
H A D | cleanfile | 15 # Clean up space-tab sequences, either by removing spaces or 142 $line =~ s/[ \t\r]*$//; # Remove trailing spaces
|
/linux/Documentation/devicetree/bindings/display/ti/ |
H A 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',
|
H A 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',
|
H A 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/drivers/s390/char/ |
H A 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/fs/ |
H A 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/arch/mips/include/asm/mach-bcm63xx/ |
H A D | spaces.h | 13 #include <asm/bmips-spaces.h> 15 #include <asm/mach-generic/spaces.h>
|
/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 524 int spaces = 0; in print_graph_proc() local 536 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 538 /* First spaces to align center */ in print_graph_proc() 539 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 544 /* Last spaces to align center */ in print_graph_proc() 545 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 770 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration() 783 /* No real adata, just filling the column with spaces */ in print_graph_duration() 1474 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1475 " " /* 4 spaces */ in print_lat_header() [all …]
|
/linux/arch/mips/include/asm/mach-bmips/ |
H A D | spaces.h | 14 #include <asm/bmips-spaces.h> 16 #include <asm/mach-generic/spaces.h>
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A 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/Documentation/arch/x86/x86_64/ |
H A 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/mm/damon/ |
H A D | Kconfig | 28 bool "Data access monitoring operations for virtual address spaces" 34 that work for virtual address spaces.
|
/linux/Documentation/process/ |
H A D | code-of-conduct.rst | 57 This Code of Conduct applies both within project spaces and in public spaces
|
/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 142 Set the number of spaces for tab (default 8). 645 Code indent should use tabs instead of spaces. 647 spaces are never used for indentation. 1077 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces 1108 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces 1114 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1121 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces 1133 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1138 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1145 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces [all …]
|
/linux/arch/mips/include/asm/sgi/ |
H A 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/include/linux/ |
H A D | stackdepot.h | 215 * @spaces: Number of leading spaces to print 220 int spaces);
|
H A D | stacktrace.h | 67 int spaces); 69 unsigned int nr_entries, int spaces);
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | ethtool_lib.sh | 42 # Replaces all non numbers with spaces 44 # Squeeze spaces in sequence to 1 space
|
/linux/Documentation/mm/ |
H A D | active_mm.rst | 30 - we have "real address spaces" and "anonymous address spaces". The
|
/linux/arch/mips/include/asm/ |
H A D | addrspace.h | 13 #include <spaces.h> 35 * 32-bit MIPS address spaces
|
/linux/scripts/gendwarfksyms/ |
H A D | types.c | 268 * Names with spaces are additionally wrapped in single quotes. 312 /* Wrap names with spaces in single quotes */ in get_type_name() 389 * repeated spaces. in __type_expand() 437 * spaces, it must be in single quotes. in type_parse()
|
/linux/Documentation/admin-guide/mm/damon/ |
H A D | start.rst | 76 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.
|