Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 83 of 83) sorted by relevance

/linux-4.1.27/include/linux/
Dstacktrace.h22 extern void print_stack_trace(struct stack_trace *trace, int spaces);
24 struct stack_trace *trace, int spaces);
36 # define print_stack_trace(trace, spaces) do { } while (0) argument
37 # define snprint_stack_trace(buf, size, trace, spaces) do { } while (0) argument
/linux-4.1.27/kernel/
Dstacktrace.c14 void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
22 printk("%*c", 1 + spaces, ' '); in print_stack_trace()
29 struct stack_trace *trace, int spaces) in snprint_stack_trace() argument
42 1 + spaces, ' ', (void *) ip, (void *) ip); in snprint_stack_trace()
/linux-4.1.27/drivers/s390/char/
Dsclp_rw.c182 int spaces, i_msg; in sclp_write() local
246 spaces = buffer->current_length; in sclp_write()
252 memset(buffer->current_line, 0x40, spaces); in sclp_write()
253 buffer->current_line += spaces; in sclp_write()
254 buffer->current_length = spaces; in sclp_write()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,dra7-dss.txt12 - reg: address and length of the register spaces for 'dss'
23 - reg: address and length of the register spaces for 'pll1_clkctrl',
55 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
Dti,omap5-dss.txt60 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
82 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
Dti,omap4-dss.txt79 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
101 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
Dti,omap3-dss.txt73 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
/linux-4.1.27/kernel/trace/
Dtrace_functions_graph.c502 int spaces = 0; in print_graph_proc() local
514 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
517 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
523 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
1229 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
1241 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header()
1242 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header()
1243 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header()
1244 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header()
1245 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
Dstacktrace.h12 static inline void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
/linux-4.1.27/tools/perf/Documentation/
Djit-interface.txt8 Each line has the following format, fields separated with spaces:
Dperf-diff.txt67 Use a special separator character and don't pad with spaces, replacing
Dperf-probe.txt172 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
Dperf-report.txt159 Use a special separator character and don't pad with spaces, replacing
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dmarvell,mmp2.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa168.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa910.txt13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
/linux-4.1.27/lib/
Dvsprintf.c540 static void widen(char *buf, char *end, unsigned len, unsigned spaces) in widen() argument
546 if (size <= spaces) { in widen()
551 if (len > size - spaces) in widen()
552 len = size - spaces; in widen()
553 memmove(buf + spaces, buf, len); in widen()
555 memset(buf, ' ', spaces); in widen()
601 unsigned spaces = spec.field_width - n; in dentry_name() local
603 widen(buf - n, end, n, spaces); in dentry_name()
604 return buf + spaces; in dentry_name()
606 while (spaces--) { in dentry_name()
/linux-4.1.27/scripts/coccinelle/misc/
Difcol.cocci7 /// calculation does not distinguish between spaces and tabs, so code that
/linux-4.1.27/Documentation/vm/
Dactive_mm.txt18 - we have "real address spaces" and "anonymous address spaces". The
Dunevictable-lru.txt13 - Marking address spaces unevictable.
170 (1) By ramfs to mark the address spaces of its inodes when they are created,
173 (2) By SYSV SHM to mark SHM_LOCK'd address spaces until SHM_UNLOCK is called.
185 address spaces unevictable"] to check the AS_UNEVICTABLE flag.
187 For address spaces that are so marked after being populated (as SHM regions
Dnuma_memory_policy.txt103 mapped shared into one or more tasks' distinct address spaces. An
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dsimple-pm-bus.txt22 parent address and child address spaces.
Drenesas,bsc.txt25 parent address and child address spaces.
/linux-4.1.27/Documentation/i2c/busses/
Di2c-ali153534 just enable the SMB alone. The SMB and the ACPI have separate I/O spaces.
Di2c-ali15x387 just enable the SMB alone. The SMB and the ACPI have separate I/O spaces.
/linux-4.1.27/drivers/tty/
Dn_tty.c446 int spaces; in do_output_char() local
476 spaces = 8 - (ldata->column & 7); in do_output_char()
478 if (space < spaces) in do_output_char()
480 ldata->column += spaces; in do_output_char()
481 tty->ops->write(tty, " ", spaces); in do_output_char()
482 return spaces; in do_output_char()
484 ldata->column += spaces; in do_output_char()
/linux-4.1.27/Documentation/
Demail-clients.txt26 or spaces, even at the beginning or end of lines.
43 because tabs are converted to spaces. Using xclipboard, xclip, and/or
255 Gmail web client converts tabs to spaces automatically.
Dvme_api.txt96 For slave windows these attributes are split into the VME address spaces that
143 The address spaces, transfer widths and cycle types are the same as described
198 The address spaces, transfer widths and cycle types are the same as described
DIntel-IOMMU.txt48 but these are not global address spaces, but separate for each domain.
Dsysfs-rules.txt61 - applications need to handle spaces and characters like '!' in
70 - a simple string, which may contain spaces, never a path or a
DCodingStyle68 Outside of comments, documentation and except in Kconfig, spaces are never
180 Linux kernel style for use of spaces depends (mostly) on
195 Do not add spaces around (inside) parenthesized expressions. This example is
507 "Line up argument lists by tabs, not spaces"
560 spaces. Example:
Ddynamic-debug-howto.txt92 by spaces or tabs. So these are all equivalent:
Doops-tracing.txt86 and do a replace of spaces to "\x" - that's what I do, as I'm too lazy
DIPMI.txt509 spaces, so if the name is "This is an I2C chip" you can say
511 spaces in kernel parameters.
Dvfio.txt46 with limited address spaces). With this, devices can now be isolated
DHOWTO411 Make sure you use a mail program that does not mangle spaces and tab
Dkernel-docs.txt177 Keywords: address spaces, pages, pagination, page management,
Dkernel-parameters.txt33 Double-quotes can be used to protect spaces in values, e.g.:
34 param="spaces in here"
157 complete command line (parameters including spaces etc.) is limited to
Dpinctrl.txt28 there may be several such number spaces in a system. This pin space may
Dmemory-barriers.txt2551 spaces.
Ddevices.txt2505 177 char TI PCILynx memory spaces
/linux-4.1.27/Documentation/mic/
Dmic_overview.txt4 implements the three required standard address spaces i.e. configuration,
/linux-4.1.27/drivers/scsi/
Dscsi_devinfo.c36 static const char spaces[] = " "; /* 16 of them */ variable
305 strncpy(&to[from_length], spaces, in scsi_strcpy_devinfo()
/linux-4.1.27/arch/powerpc/platforms/cell/
DKconfig71 address spaces using 64K pages while the rest of the kernel
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt26 memory mapped 4KB spaces. The LA commands are then translated into the
30 There are two 4KiB spaces defined within the LAC global register memory map.
/linux-4.1.27/Documentation/x86/x86_64/
Dfake-numa-for-cpusets37 address spaces) to individual cpusets:
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt29 spaces is thus sensible. The current design is what user-space developers
Dvfat.txt228 These names support up to 255 characters including spaces and lower
Dhpfs.txt61 OS/2 ignores dots and spaces at the end of file name, so this driver does as
Dproc.txt513 summarized separated by blank spaces, one mapping per each file line:
1474 generation children with separate address spaces instead, if possible. This
Dvfs.txt503 process address spaces.
/linux-4.1.27/arch/um/
DKconfig.um9 Additionally, this option enables using higher memory spaces (up to
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt193 Fields within the record should be separated by spaces, normally one.
194 If spaces, newlines, or nul characters are needed in a field they
/linux-4.1.27/include/uapi/linux/
Dbtrfs.h363 struct btrfs_ioctl_space_info spaces[0]; member
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dam33xx-usb.txt57 - reg: offset and length of the following register spaces: USBSS, USB
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-power229 the moment, separated with spaces.
245 that are inactive at the moment, separated with spaces.
/linux-4.1.27/Documentation/frv/
Dbooting.txt84 separated by spaces:
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt110 d = decimal number (may have leading spaces or 0's)
111 x = hexadecimal number (may have leading spaces or 0's)
/linux-4.1.27/Documentation/power/
Dsuspend-and-interrupts.txt21 In some cases they would attempt to access, for example, memory address spaces
Dpci.txt106 its I/O and memory spaces are then disabled. This allows the device to be
/linux-4.1.27/Documentation/networking/
Dpktgen.txt162 there must be no spaces between the
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc270 * Fixed some trailing whitespaces, spaces used for indentation and
301 * Add missing spaces to the parameter descriptions for
1151 * Remove trailing spaces at the end of all lines.
1244 * Formatting changes: get rid of leading spaces in code
1360 * Minor formatting (spaces to tabs) cleanup in lpfc_sched.h
1416 - mostly replacing groups of 8 spaces with hard tabs and keeping
1426 replacing groups of 8 spaces with hard tabs and keeping lines
1702 * remove lpfc_isr / lpfc_tmr logic fixed up 8 spaces from
Dst.txt274 pairs are separated with a comma (no spaces allowed). A colon can be
Dscsi_mid_low_api.txt1178 name - name of driver (may contain spaces, please limit to
DChangeLog.1992-19971964 * scsi.c: Ignore leading spaces when looking for blacklisted devices.
/linux-4.1.27/drivers/iommu/
DKconfig30 sizes at both stage-1 and stage-2, as well as address spaces
/linux-4.1.27/scripts/
DKbuild.include154 # Important: no spaces around options
/linux-4.1.27/mm/
DKconfig37 in their physical address spaces, and this option provides
39 majority of hardware has quite flat address spaces, and
/linux-4.1.27/crypto/
DKconfig1494 This option enables the user-spaces interface for hash
1503 This option enables the user-spaces interface for symmetric
1512 This option enables the user-spaces interface for random
/linux-4.1.27/drivers/media/rc/
DKconfig301 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
/linux-4.1.27/drivers/mtd/
DKconfig99 Due to the way Linux handles the command line, no spaces are
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt218 be a short, lowercase string, not containing spaces nor dashes.
/linux-4.1.27/Documentation/i2c/
Dwriting-clients54 The name field is the driver name, and must not contain spaces. It
/linux-4.1.27/Documentation/video4linux/
Dvideobuf22 address spaces. (Almost) all user-space buffers are like this, but it
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt133 spaces or assign the remaining PE# to 32-bit only devices.
/linux-4.1.27/drivers/block/
Drbd.c4792 const char *spaces = " \f\n\r\t\v"; in next_token() local
4794 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token()
4796 return strcspn(*buf, spaces); /* Return token length */ in next_token()
/linux-4.1.27/Documentation/hwmon/
Dsysfs-interface89 spaces nor dashes, representing the chip name. This is
/linux-4.1.27/arch/powerpc/
DKconfig666 by spaces). This is useful for targets that depend of device tree
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c5207 static const char *spaces = " "; /* 20 spaces */ in pevent_print_event() local
5268 trace_seq_printf(s, "%.*s", 20 - len, spaces); in pevent_print_event()
/linux-4.1.27/Documentation/s390/
DDebugging390.txt57 register mode to select different address spaces.
238 spaces for the user & kernel.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg95 * Controls which of the 5, 512byte, address spaces should be used
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt731 spaces and other flags relative to a given address allocation (like
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt2282 sometimes it's too late to find such spaces when the driver module is