/linux/Documentation/devicetree/bindings/ |
H 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 22 min-spaces-inside-empty: 0 23 max-spaces-inside-empty: 0 24 colons: {max-spaces-before: 0, max-spaces [all...] |
/linux/fs/bcachefs/ |
H A 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 mor 268 bch2_printbuf_indent_add(struct printbuf * buf,unsigned spaces) bch2_printbuf_indent_add() argument 289 bch2_printbuf_indent_add_nextline(struct printbuf * buf,unsigned spaces) bch2_printbuf_indent_add_nextline() argument 307 bch2_printbuf_indent_sub(struct printbuf * buf,unsigned spaces) bch2_printbuf_indent_sub() argument 354 int spaces = max_t(int, 0, cur_tabstop(out) - printbuf_linelen(out)); __prt_tab() local [all...] |
/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/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/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/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/include/linux/ |
H A D | stacktrace.h | 67 int spaces); 69 unsigned int nr_entries, int spaces);
|
/linux/mm/ |
H A D | swap_state.c | 641 struct address_space *spaces, *space; in init_swap_address_space() local 645 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space() 646 if (!spaces) in init_swap_address_space() 649 space = spaces + i; in init_swap_address_space() 657 swapper_spaces[type] = spaces; in init_swap_address_space() 665 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space() local 668 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space() 669 kvfree(spaces); in exit_swap_address_space()
|
/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()
|
H 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/kernel/trace/ |
H A D | trace_functions_graph.c | 517 int spaces = 0; in print_graph_proc() local 529 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 531 /* First spaces to align center */ in print_graph_proc() 532 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 537 /* Last spaces to align center */ in print_graph_proc() 538 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 760 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration() 773 /* No real adata, just filling the column with spaces */ in print_graph_duration() 1464 static const char spaces[] in print_lat_header() local [all...] |
/linux/tools/perf/Documentation/ |
H A D | jit-interface.txt | 8 Each line has the following format, fields separated with 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/userspace-api/media/rc/ |
H A D | lirc-set-send-carrier.rst | 34 Set send carrier used to modulate IR PWM pulses and spaces.
|
H A D | lirc-set-rec-carrier.rst | 34 Set receive carrier used to modulate IR PWM pulses and spaces.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
H A D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
/linux/tools/power/x86/intel-speed-select/ |
H 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/scripts/kconfig/tests/preprocess/escape/ |
H A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|
/linux/Documentation/gpu/amdgpu/ |
H A D | amdgpu-glossary.rst | 83 virtual address spaces that can be in flight at any given time. These 85 spaces for use by the GPU kernel driver and applications using the GPU.
|
/linux/Documentation/arch/x86/x86_64/ |
H 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/scripts/coccinelle/misc/ |
H A D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|