/linux-4.1.27/include/linux/ |
D | stacktrace.h | 22 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/ |
D | stacktrace.c | 14 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/ |
D | sclp_rw.c | 182 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/ |
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', 55 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
D | ti,omap5-dss.txt | 60 - 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',
|
D | ti,omap4-dss.txt | 79 - 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',
|
D | ti,omap3-dss.txt | 73 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
|
/linux-4.1.27/kernel/trace/ |
D | trace_functions_graph.c | 502 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/ |
D | stacktrace.h | 12 static inline void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
|
/linux-4.1.27/tools/perf/Documentation/ |
D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|
D | perf-diff.txt | 67 Use a special separator character and don't pad with spaces, replacing
|
D | perf-probe.txt | 172 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
|
D | perf-report.txt | 159 Use a special separator character and don't pad with spaces, replacing
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | marvell,mmp2.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
/linux-4.1.27/lib/ |
D | vsprintf.c | 540 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/ |
D | ifcol.cocci | 7 /// calculation does not distinguish between spaces and tabs, so code that
|
/linux-4.1.27/Documentation/vm/ |
D | active_mm.txt | 18 - we have "real address spaces" and "anonymous address spaces". The
|
D | unevictable-lru.txt | 13 - 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
|
D | numa_memory_policy.txt | 103 mapped shared into one or more tasks' distinct address spaces. An
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 22 parent address and child address spaces.
|
D | renesas,bsc.txt | 25 parent address and child address spaces.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-ali1535 | 34 just enable the SMB alone. The SMB and the ACPI have separate I/O spaces.
|
D | i2c-ali15x3 | 87 just enable the SMB alone. The SMB and the ACPI have separate I/O spaces.
|
/linux-4.1.27/drivers/tty/ |
D | n_tty.c | 446 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/ |
D | email-clients.txt | 26 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.
|
D | vme_api.txt | 96 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
|
D | Intel-IOMMU.txt | 48 but these are not global address spaces, but separate for each domain.
|
D | sysfs-rules.txt | 61 - applications need to handle spaces and characters like '!' in 70 - a simple string, which may contain spaces, never a path or a
|
D | CodingStyle | 68 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:
|
D | dynamic-debug-howto.txt | 92 by spaces or tabs. So these are all equivalent:
|
D | oops-tracing.txt | 86 and do a replace of spaces to "\x" - that's what I do, as I'm too lazy
|
D | IPMI.txt | 509 spaces, so if the name is "This is an I2C chip" you can say 511 spaces in kernel parameters.
|
D | vfio.txt | 46 with limited address spaces). With this, devices can now be isolated
|
D | HOWTO | 411 Make sure you use a mail program that does not mangle spaces and tab
|
D | kernel-docs.txt | 177 Keywords: address spaces, pages, pagination, page management,
|
D | kernel-parameters.txt | 33 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
|
D | pinctrl.txt | 28 there may be several such number spaces in a system. This pin space may
|
D | memory-barriers.txt | 2551 spaces.
|
D | devices.txt | 2505 177 char TI PCILynx memory spaces
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 4 implements the three required standard address spaces i.e. configuration,
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_devinfo.c | 36 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/ |
D | Kconfig | 71 address spaces using 64K pages while the rest of the kernel
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | interlaken-lac.txt | 26 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/ |
D | fake-numa-for-cpusets | 37 address spaces) to individual cpusets:
|
/linux-4.1.27/Documentation/filesystems/ |
D | inotify.txt | 29 spaces is thus sensible. The current design is what user-space developers
|
D | vfat.txt | 228 These names support up to 255 characters including spaces and lower
|
D | hpfs.txt | 61 OS/2 ignores dots and spaces at the end of file name, so this driver does as
|
D | proc.txt | 513 summarized separated by blank spaces, one mapping per each file line: 1474 generation children with separate address spaces instead, if possible. This
|
D | vfs.txt | 503 process address spaces.
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 9 Additionally, this option enables using higher memory spaces (up to
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 193 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/ |
D | btrfs.h | 363 struct btrfs_ioctl_space_info spaces[0]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 57 - reg: offset and length of the following register spaces: USBSS, USB
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-power | 229 the moment, separated with spaces. 245 that are inactive at the moment, separated with spaces.
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 84 separated by spaces:
|
/linux-4.1.27/Documentation/usb/ |
D | proc_usb_info.txt | 110 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/ |
D | suspend-and-interrupts.txt | 21 In some cases they would attempt to access, for example, memory address spaces
|
D | pci.txt | 106 its I/O and memory spaces are then disabled. This allows the device to be
|
/linux-4.1.27/Documentation/networking/ |
D | pktgen.txt | 162 there must be no spaces between the
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 270 * 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
|
D | st.txt | 274 pairs are separated with a comma (no spaces allowed). A colon can be
|
D | scsi_mid_low_api.txt | 1178 name - name of driver (may contain spaces, please limit to
|
D | ChangeLog.1992-1997 | 1964 * scsi.c: Ignore leading spaces when looking for blacklisted devices.
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 30 sizes at both stage-1 and stage-2, as well as address spaces
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 154 # Important: no spaces around options
|
/linux-4.1.27/mm/ |
D | Kconfig | 37 in their physical address spaces, and this option provides 39 majority of hardware has quite flat address spaces, and
|
/linux-4.1.27/crypto/ |
D | Kconfig | 1494 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/ |
D | Kconfig | 301 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 99 Due to the way Linux handles the command line, no spaces are
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 218 be a short, lowercase string, not containing spaces nor dashes.
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 54 The name field is the driver name, and must not contain spaces. It
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 22 address spaces. (Almost) all user-space buffers are like this, but it
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 133 spaces or assign the remaining PE# to 32-bit only devices.
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 4792 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/ |
D | sysfs-interface | 89 spaces nor dashes, representing the chip name. This is
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 666 by spaces). This is useful for targets that depend of device tree
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 5207 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/ |
D | Debugging390.txt | 57 register mode to select different address spaces. 238 spaces for the user & kernel.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 731 spaces and other flags relative to a given address allocation (like
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2282 sometimes it's too late to find such spaces when the driver module is
|