/linux-4.4.14/usr/ |
D | gen_init_cpio.c | 384 char expanded[PATH_MAX + 1]; in cpio_replace_env() local 391 snprintf(expanded, sizeof expanded, "%s%s%s", in cpio_replace_env() 393 strcpy(new_location, expanded); in cpio_replace_env()
|
/linux-4.4.14/arch/powerpc/perf/ |
D | hv-common.c | 35 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
|
D | hv-common.h | 11 expanded:1, member
|
D | hv-gpci.c | 104 HV_CAPS_ATTR(expanded, "%d\n");
|
/linux-4.4.14/fs/ |
D | file.c | 215 int expanded = 0; in expand_files() local 222 return expanded; in expand_files() 230 expanded = 1; in expand_files() 238 expanded = expand_fdtable(files, nr); in expand_files() 242 return expanded; in expand_files()
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 150 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() local 152 if (expanded) in on_row_activated()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_gpci | 17 What: /sys/bus/event_source/devices/hv_gpci/interface/expanded
|
/linux-4.4.14/Documentation/networking/ |
D | ipsec.txt | 18 datagram fragmentation when the expanded datagram is larger than the
|
D | vxlan.txt | 6 size of the identifier is expanded to 24 bits (16777216).
|
/linux-4.4.14/Documentation/vm/ |
D | soft-dirty.txt | 37 expanded regions) as soft dirty.
|
D | unevictable-lru.txt | 286 and when a VM_LOCKED stack segment is expanded; or
|
/linux-4.4.14/drivers/s390/block/ |
D | Kconfig | 9 Select this option if you want to use your expanded storage on S/390
|
/linux-4.4.14/drivers/md/ |
D | raid5.h | 264 int syncing, expanding, expanded, replacing; member
|
D | raid5.c | 992 if (s->syncing || s->expanding || s->expanded in ops_run_io() 1044 if (s->syncing || s->expanding || s->expanded in ops_run_io() 4021 s->expanded = test_bit(STRIPE_EXPAND_READY, &sh->state) && !sh->batch_head; in analyse_stripe() 4346 if (s.syncing || s.expanding || s.expanded || in handle_stripe() 4551 if (s.expanded && test_bit(STRIPE_EXPANDING, &sh->state) && in handle_stripe() 4557 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) { in handle_stripe()
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 10 Addr (7 bits): I2C 7 bit address. Note that this can be expanded as usual to
|
D | smbus-protocol | 40 Addr (7 bits): I2C 7 bit address. Note that this can be expanded as usual to
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 82 Compile in register value tables for the output of expanded register
|
D | Kconfig.aic7xxx | 87 Compile in register value tables for the output of expanded register
|
/linux-4.4.14/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 158 struct rdac_pg_expanded expanded; member 305 rdac_pg = &h->ctlr->mode_select.expanded; in rdac_failover_get()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 158 …E, '$vars' is expanded to the local variables (including function parameters) which can access at …
|
/linux-4.4.14/Documentation/filesystems/ |
D | files.txt | 114 /* locate_fd() may have expanded fdtable, load the ptr */
|
D | 9p.txt | 118 hosts. This functionality will be expanded in later versions.
|
D | proc.txt | 328 start_brk address above which program heap can be expanded with brk() 669 In 2.6.2* /proc/interrupts was expanded again. This time the goal was for
|
/linux-4.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 12 expanded into a ramfs filesystem; this document details the format of
|
/linux-4.4.14/Documentation/hid/ |
D | hidraw.txt | 25 use the HID specification, hidraw will be expanded to add support for these
|
/linux-4.4.14/Documentation/scsi/ |
D | FlashPoint.txt | 11 FREMONT, CA, -- October 8, 1996 -- Mylex Corporation has expanded Linux
|
D | ChangeLog.megaraid_sas | 460 It does, but the DMA API was expanded to cope with this exact case, so
|
D | ChangeLog.1992-1997 | 68 * scsi.c Blacklist concept expanded to 'support' more device
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 67 expanded to when using memory hotplug.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 158 The output is as follows (normally a single line, but expanded here for
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 99 the above example, it is expanded to 012301230123... and the mapping
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 483 option. When $(biarch) equals 'y', the expanded variables $(aflags-y) 547 be an expanded variable or a macro. 825 - The values of the above variables are expanded in arch/$(ARCH)/Makefile.
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 60 RapidIO subsystem by rio_dev data structure expanded by additional rio_switch
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 23 can be used as a working test tool. Or it can be expanded to include
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 588 If the interface should be expanded for any reason, don't do it
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 382 be expanded. In such a case, the object will be withdrawn from service.
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 181 IP options. If the IP header is later expanded, then the length and count
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 38 variables, as they might otherwise be expanded by user macros.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 38 variables, as they might otherwise be expanded by user macros.
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 38 variables, as they might otherwise be expanded by user macros.
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_asm.S | 1184 lea 16(%arg1), %r10 # get first expanded key address
|
D | aesni-intel_avx-x86_64.S | 147 # u8 expanded_keys[16*11] store expanded keys
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 226 list may need to be expanded from time to time as new technologies are
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 647 whether the display is expanded to fill the entire LCD screen when a
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2350 will produce the following "expanded" trace of the __do_fault()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 2859 windows need to be expanded.
|