/linux/Documentation/devicetree/bindings/ |
A D | .yamllint | 10 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 19 colons: {max-spaces-before: 0, max-spaces-after: 1} 20 commas: {min-spaces-after: 1, max-spaces-after: 1} 34 max-spaces-after: 1 36 spaces: 2 [all …]
|
/linux/drivers/s390/char/ |
A D | sclp_rw.c | 172 int spaces, i_msg; in sclp_write() local 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/kernel/ |
A D | stacktrace.c | 25 int spaces) in stack_trace_print() argument 33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_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/ |
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',
|
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',
|
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/mm/ |
A D | swap_state.c | 666 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/kernel/trace/ |
A D | trace_functions_graph.c | 348 int spaces = 0; in print_graph_proc() local 360 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 363 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 369 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 1112 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1126 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header() 1127 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header() 1128 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header() 1129 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header() 1130 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
|
/linux/include/linux/ |
A D | stacktrace.h | 13 int spaces); 15 unsigned int nr_entries, int spaces);
|
A D | stackdepot.h | 29 int spaces);
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
A D | sun4i-ss-cipher.c | 27 u32 spaces; in sun4i_ss_opti_poll() local 107 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll() 108 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 109 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 196 u32 spaces; in sun4i_ss_cipher_poll() local 326 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll() 327 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 328 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
|
A D | sun4i-ss-hash.c | 191 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, v, ivmode = 0; in sun4i_hash() local 322 spaces = readl(ss->base + SS_FCSR); in sun4i_hash() 323 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_hash()
|
/linux/Documentation/admin-guide/mm/damon/ |
A D | usage.rst | 13 special cases, though. It supports both virtual and physical address spaces 22 address spaces monitoring. 27 address spaces. 62 Some types of address spaces supports multiple monitoring target. For example, 63 the virtual memory address spaces monitoring can have multiple processes as the 66 ``target_ids`` file. In case of the virtual address spaces monitoring, the
|
/linux/mm/damon/ |
A D | Kconfig | 28 bool "Data access monitoring primitives for virtual address spaces" 33 that work for virtual address spaces.
|
/linux/Documentation/process/ |
A D | code-of-conduct.rst | 57 This Code of Conduct applies both within project spaces and in public spaces
|
/linux/lib/ |
A D | stackdepot.c | 230 int spaces) in stack_depot_snprint() argument 237 spaces) : 0; in stack_depot_snprint()
|
/linux/tools/power/x86/intel-speed-select/ |
A D | isst-display.c | 87 char *spaces = " "; in format_and_print_txt() local 99 "%s", spaces); in format_and_print_txt() 114 char *spaces = " "; in format_and_print() local 134 "%s", spaces); in format_and_print() 152 "%s", spaces); in format_and_print()
|
/linux/tools/perf/Documentation/ |
A D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|
/linux/Documentation/userspace-api/media/rc/ |
A D | lirc-set-send-carrier.rst | 34 Set send carrier used to modulate IR PWM pulses and spaces.
|
A D | lirc-set-rec-carrier.rst | 34 Set receive carrier used to modulate IR PWM pulses and spaces.
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
A D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
/linux/Documentation/x86/x86_64/ |
A D | fsgs.rst | 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/Documentation/devicetree/bindings/net/can/ |
A D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
/linux/scripts/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|