Searched refs:spaces (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dspaces.h13 #include <asm/bmips-spaces.h>
15 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-bmips/
H A Dspaces.h14 #include <asm/bmips-spaces.h>
16 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-tx49xx/
H A Dspaces.h15 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-ip28/
H A Dspaces.h16 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-ip22/
H A Dspaces.h15 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-pic32/
H A Dspaces.h13 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-loongson2ef/
H A Dspaces.h9 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-ip30/
H A Dspaces.h18 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-ralink/
H A Dspaces.h13 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dspaces.h22 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h16 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-malta/
H A Dspaces.h44 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dspaces.h33 #include <asm/mach-generic/spaces.h>
/linux-master/arch/mips/include/asm/
H A Dfixmap.h17 #include <spaces.h>
H A Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
H A Dpage.h12 #include <spaces.h>
/linux-master/fs/bcachefs/
H A Dprintbuf.c128 * bch2_printbuf_tabstop_set() - add a tabstop, n spaces from the previous tabstop
131 * @spaces: number of spaces from previous tabpstop
134 * PRINTBUF_INLINE_TABSTOPS or setting tabstops more than 255 spaces from start
137 int bch2_printbuf_tabstop_push(struct printbuf *buf, unsigned spaces) argument
146 buf->_tabstops[buf->nr_tabstops++] = prev_tabstop + spaces;
155 * @spaces: number of spaces to add to the current indent level
158 * of the current line, will be indented by @spaces more spaces
160 bch2_printbuf_indent_add(struct printbuf *buf, unsigned spaces) argument
180 bch2_printbuf_indent_sub(struct printbuf *buf, unsigned spaces) argument
226 int spaces = max_t(int, 0, cur_tabstop(out) - printbuf_linelen(out)); local
[all...]
/linux-master/include/linux/
H A Dstacktrace.h67 int spaces);
69 unsigned int nr_entries, int spaces);
H A Dstackdepot.h215 * @spaces: Number of leading spaces to print
220 int spaces);
/linux-master/kernel/
H A Dstacktrace.c22 * @spaces: Number of leading spaces to print
25 int spaces)
33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]);
43 * @spaces: Number of leading spaces to print
48 unsigned int nr_entries, int spaces)
56 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ',
24 stack_trace_print(const unsigned long *entries, unsigned int nr_entries, int spaces) argument
47 stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, unsigned int nr_entries, int spaces) argument
/linux-master/drivers/s390/char/
H A Dsclp_rw.c172 int spaces, i_msg; local
194 * \t is expanded to some spaces but \r does not know about a
240 /* = new line, leading spaces */
242 spaces = buffer->current_length;
248 memset(buffer->current_line, 0x40, spaces);
249 buffer->current_line += spaces;
250 buffer->current_length = spaces;
/linux-master/kernel/trace/
H A Dtrace_functions_graph.c354 int spaces = 0; local
366 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len;
368 /* First spaces to align center */
369 for (i = 0; i < spaces / 2; i++)
374 /* Last spaces to align center */
375 for (i = 0; i < spaces - (spaces / 2); i++)
592 /* Print remaining spaces to fit the row's width */
605 /* No real adata, just filling the column with spaces */
1185 static const char spaces[] local
[all...]
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c26 u32 spaces; local
104 spaces = readl(ss->base + SS_FCSR);
105 rx_cnt = SS_RXFIFO_SPACES(spaces);
106 tx_cnt = SS_TXFIFO_SPACES(spaces);
193 u32 spaces; local
320 spaces = readl(ss->base + SS_FCSR);
321 rx_cnt = SS_RXFIFO_SPACES(spaces);
322 tx_cnt = SS_TXFIFO_SPACES(spaces);
/linux-master/mm/
H A Dswap_state.c708 struct address_space *spaces, *space; local
712 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL);
713 if (!spaces)
716 space = spaces + i;
724 swapper_spaces[type] = spaces;
732 struct address_space *spaces = swapper_spaces[type]; local
735 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i]));
736 kvfree(spaces);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-display.c87 char *spaces = " "; local
99 "%s", spaces);
114 char *spaces = " "; local
134 "%s", spaces);
152 "%s", spaces);

Completed in 569 milliseconds

12