| /linux/Documentation/devicetree/bindings/ |
| A 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 24 colons: {max-spaces-before: 0, max-spaces-after: 1} 25 commas: {min-spaces-after: 1, max-spaces-after: 1} 39 max-spaces-after: 1 41 spaces: 2 [all …]
|
| /linux/fs/bcachefs/ |
| A D | printbuf.c | 254 buf->_tabstops[buf->nr_tabstops++] = prev_tabstop + spaces; in bch2_printbuf_tabstop_push() 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() 271 spaces = 0; in bch2_printbuf_indent_add() 273 buf->indent += spaces; in bch2_printbuf_indent_add() 274 prt_chars(buf, ' ', spaces); in bch2_printbuf_indent_add() 290 if (WARN_ON_ONCE(spaces > buf->indent)) in bch2_printbuf_indent_sub() 291 spaces = buf->indent; in bch2_printbuf_indent_sub() 294 buf->pos -= spaces; in bch2_printbuf_indent_sub() 297 buf->indent -= spaces; in bch2_printbuf_indent_sub() [all …]
|
| /linux/tools/tracing/rtla/src/ |
| A D | timerlat_aa.c | 282 24, spaces, in timerlat_aa_nmi_handler() 290 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler() 334 15, spaces, in timerlat_aa_irq_handler() 385 24, spaces, in timerlat_aa_irq_handler() 423 24, spaces, in timerlat_aa_softirq_handler() 469 15, spaces, in timerlat_aa_thread_handler() 500 14, spaces, function); in timerlat_aa_stack_handler() 587 16, spaces, in timerlat_thread_analysis() 602 printf(" IRQ latency: %.*s %9.2f us\n", 40, spaces, in timerlat_thread_analysis() 621 30, spaces, in timerlat_thread_analysis() [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/include/linux/ |
| A D | stacktrace.h | 67 int spaces); 69 unsigned int nr_entries, int spaces);
|
| A D | stackdepot.h | 220 int spaces);
|
| /linux/mm/ |
| A D | swap_state.c | 712 struct address_space *spaces, *space; in init_swap_address_space() local 716 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space() 717 if (!spaces) in init_swap_address_space() 720 space = spaces + i; in init_swap_address_space() 728 swapper_spaces[type] = spaces; in init_swap_address_space() 736 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space() local 739 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space() 740 kvfree(spaces); in exit_swap_address_space()
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| 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/kernel/trace/ |
| A D | trace_functions_graph.c | 377 int spaces = 0; in print_graph_proc() local 389 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 392 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 398 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 1221 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1235 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header() 1236 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header() 1237 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header() 1238 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header() 1239 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
|
| /linux/Documentation/gpu/amdgpu/ |
| A D | amdgpu-glossary.rst | 50 virtual address spaces that can be in flight at any given time. These 52 spaces for use by the GPU kernel driver and applications using the GPU.
|
| /linux/tools/perf/Documentation/ |
| A D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | sunplus,sp7021.yaml | 15 Wiki: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
|
| /linux/Documentation/process/ |
| A D | code-of-conduct.rst | 57 This Code of Conduct applies both within project spaces and in public 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/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/Documentation/devicetree/bindings/net/can/ |
| A D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
| /linux/mm/damon/ |
| A D | Kconfig | 28 bool "Data access monitoring operations for virtual address spaces" 33 that work for virtual address spaces.
|
| /linux/scripts/kconfig/tests/preprocess/escape/ |
| A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|