/linux-4.4.14/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.4.14/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.4.14/drivers/s390/char/ |
D | sclp_rw.c | 178 int spaces, i_msg; in sclp_write() local 248 spaces = buffer->current_length; in sclp_write() 254 memset(buffer->current_line, 0x40, spaces); in sclp_write() 255 buffer->current_line += spaces; in sclp_write() 256 buffer->current_length = spaces; in sclp_write()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
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.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 30 u32 spaces; in sun4i_ss_opti_poll() local 94 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll() 95 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 96 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 141 u32 spaces; in sun4i_ss_cipher_poll() local 253 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll() 254 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 255 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
|
D | sun4i-ss-hash.c | 180 u32 spaces, rx_cnt = SS_RX_DEFAULT; in sun4i_hash_update() local 279 spaces = readl(ss->base + SS_FCSR); in sun4i_hash_update() 280 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_hash_update()
|
/linux-4.4.14/kernel/trace/ |
D | trace_functions_graph.c | 501 int spaces = 0; in print_graph_proc() local 513 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 516 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 522 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 1234 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1246 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header() 1247 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header() 1248 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header() 1249 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header() 1250 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
|
/linux-4.4.14/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.4.14/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 | 179 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
|
D | perf-report.txt | 164 Use a special separator character and don't pad with spaces, replacing
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
D | marvell,mmp2.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 541 static void widen(char *buf, char *end, unsigned len, unsigned spaces) in widen() argument 547 if (size <= spaces) { in widen() 552 if (len > size - spaces) in widen() 553 len = size - spaces; in widen() 554 memmove(buf + spaces, buf, len); in widen() 556 memset(buf, ' ', spaces); in widen() 602 unsigned spaces = spec.field_width - n; in dentry_name() local 604 widen(buf - n, end, n, spaces); in dentry_name() 605 return buf + spaces; in dentry_name() 607 while (spaces--) { in dentry_name()
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | ifcol.cocci | 7 /// calculation does not distinguish between spaces and tabs, so code that
|
/linux-4.4.14/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 | userfaultfd.txt | 33 when dealing with virtual address spaces that could span
|
D | numa_memory_policy.txt | 103 mapped shared into one or more tasks' distinct address spaces. An
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 291 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 204 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 | 2506 spaces.
|
D | devices.txt | 2505 177 char TI PCILynx memory spaces
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 158 # Important: no spaces around options 320 # we *do* need to escape any spaces in the string. So, for example: 340 # and double quotes, backslashes and spaces in the filenames.
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/mic/ |
D | mic_overview.txt | 4 implements the three required standard address spaces i.e. configuration,
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 37 address spaces) to individual cpusets:
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 9 Additionally, this option enables using higher memory spaces (up to
|
/linux-4.4.14/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 | 531 summarized separated by blank spaces, one mapping per each file line: 1489 generation children with separate address spaces instead, if possible. This
|
D | vfs.txt | 505 process address spaces.
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 57 - reg: offset and length of the following register spaces: USBSS, USB
|
/linux-4.4.14/include/uapi/linux/ |
D | btrfs.h | 388 struct btrfs_ioctl_space_info spaces[0]; member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-power | 229 the moment, separated with spaces. 245 that are inactive at the moment, separated with spaces.
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 84 separated by spaces:
|
/linux-4.4.14/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.4.14/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.4.14/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 | 333 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.4.14/crypto/ |
D | Kconfig | 1612 This option enables the user-spaces interface for hash 1621 This option enables the user-spaces interface for symmetric 1630 This option enables the user-spaces interface for random 1639 This option enables the user-spaces interface for AEAD
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 30 sizes at both stage-1 and stage-2, as well as address spaces
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 182 there must be no spaces between the
|
/linux-4.4.14/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.4.14/drivers/mtd/ |
D | Kconfig | 99 Due to the way Linux handles the command line, no spaces are
|
/linux-4.4.14/drivers/media/rc/ |
D | Kconfig | 301 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 54 The name field is the driver name, and must not contain spaces. It
|
/linux-4.4.14/Documentation/video4linux/ |
D | videobuf | 22 address spaces. (Almost) all user-space buffers are like this, but it
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 133 spaces or assign the remaining PE# to 32-bit only devices.
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 4784 const char *spaces = " \f\n\r\t\v"; in next_token() local 4786 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token() 4788 return strcspn(*buf, spaces); /* Return token length */ in next_token()
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 237 by spaces, to the file or cleared by writing "-" to the file. 267 by spaces, to the file or cleared by writing "-" to the file.
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 237 be a short, lowercase string, not containing spaces nor dashes.
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 78 API-skip-spaces
|
/linux-4.4.14/Documentation/hwmon/ |
D | sysfs-interface | 89 spaces nor dashes, representing the chip name. This is
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 669 by spaces). This is useful for targets that depend of device tree
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 5334 static const char *spaces = " "; /* 20 spaces */ in pevent_print_event() local 5395 trace_seq_printf(s, "%.*s", 20 - len, spaces); in pevent_print_event()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 57 register mode to select different address spaces. 238 spaces for the user & kernel.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 731 spaces and other flags relative to a given address allocation (like
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2282 sometimes it's too late to find such spaces when the driver module is
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 941 KVM_CAP_MULTI_ADDRESS_SPACE capability. Slots in separate address spaces
|