/linux-4.4.14/fs/btrfs/ |
D | delayed-ref.c | 397 struct btrfs_delayed_ref_node *exist; in add_delayed_ref_tail_merge() local 405 exist = list_entry(href->ref_list.prev, struct btrfs_delayed_ref_node, in add_delayed_ref_tail_merge() 408 if (exist->type != ref->type || exist->seq != ref->seq) in add_delayed_ref_tail_merge() 411 if ((exist->type == BTRFS_TREE_BLOCK_REF_KEY || in add_delayed_ref_tail_merge() 412 exist->type == BTRFS_SHARED_BLOCK_REF_KEY) && in add_delayed_ref_tail_merge() 413 comp_tree_refs(btrfs_delayed_node_to_tree_ref(exist), in add_delayed_ref_tail_merge() 417 if ((exist->type == BTRFS_EXTENT_DATA_REF_KEY || in add_delayed_ref_tail_merge() 418 exist->type == BTRFS_SHARED_DATA_REF_KEY) && in add_delayed_ref_tail_merge() 419 comp_data_refs(btrfs_delayed_node_to_data_ref(exist), in add_delayed_ref_tail_merge() 425 if (exist->action == ref->action) { in add_delayed_ref_tail_merge() [all …]
|
D | relocation.c | 692 struct backref_node *exist = NULL; local 754 exist = edge->node[UPPER]; 759 if (!exist->checked) 762 exist = NULL; 783 WARN_ON(exist); 806 if (exist && 808 exist->owner == key.offset) || 810 exist->bytenr == key.offset))) { 811 exist = NULL; 1019 WARN_ON(exist);
|
D | qgroup.c | 1235 goto exist; in __del_qgroup_relation() 1239 exist: in __del_qgroup_relation()
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat.c | 46 int exist; member 102 if (!device->exist) { in roccat_read() 146 if (!reader->device->exist) in roccat_poll() 228 if (device->exist) { in roccat_release() 343 device->exist = 1; in roccat_connect() 362 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
|
D | hidraw.c | 64 if (!list->hidraw->exist) { in hidraw_read() 119 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report() 264 if (!list->hidraw->exist) in hidraw_poll() 283 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open() 329 hidraw->exist = 0; in drop_ref() 340 if (!hidraw->exist) { in drop_ref() 561 dev->exist = 1; in hidraw_connect()
|
/linux-4.4.14/drivers/input/ |
D | joydev.c | 50 bool exist; member 199 if (!joydev->exist) in joydev_open_device() 215 if (joydev->exist && !--joydev->open) in joydev_close_device() 385 if (!joydev->exist) in joydev_read() 398 !joydev->exist || joydev_data_pending(client)); in joydev_read() 402 if (!joydev->exist) in joydev_read() 434 (joydev->exist ? 0 : (POLLHUP | POLLERR)); in joydev_poll() 599 if (!joydev->exist) { in joydev_compat_ioctl() 664 if (!joydev->exist) { in joydev_ioctl() 722 joydev->exist = false; in joydev_mark_dead() [all …]
|
D | mousedev.c | 69 bool exist; member 430 if (!mousedev->exist) in mousedev_open_device() 446 if (mousedev->exist && !--mousedev->open) in mousedev_close_device() 720 if (!client->ready && !client->buffer && mousedev->exist && in mousedev_read() 725 !mousedev->exist || client->ready || client->buffer); in mousedev_read() 729 if (!mousedev->exist) in mousedev_read() 762 mask = mousedev->exist ? POLLOUT | POLLWRNORM : POLLHUP | POLLERR; in mousedev_poll() 788 mousedev->exist = false; in mousedev_mark_dead() 884 mousedev->exist = true; in mousedev_create()
|
D | evdev.c | 48 bool exist; member 352 if (evdev->exist && !client->revoked) in evdev_flush() 427 if (!evdev->exist) in evdev_open_device() 443 if (evdev->exist && !--evdev->open) in evdev_close_device() 546 if (!evdev->exist || client->revoked) { in evdev_write() 599 if (!evdev->exist || client->revoked) in evdev_read() 628 !evdev->exist || client->revoked); in evdev_read() 646 if (evdev->exist && !client->revoked) in evdev_poll() 1297 if (!evdev->exist || client->revoked) { in evdev_ioctl_handler() 1346 evdev->exist = false; in evdev_mark_dead() [all …]
|
/linux-4.4.14/tools/scripts/ |
D | Makefile.include | 3 dummy := $(if $(shell test -d $(O) || echo $(O)),$(error O=$(O) does not exist),) 16 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 50 int exist; member 248 if (list->hiddev->exist) { in hiddev_release() 292 if (list->hiddev->exist) { in hiddev_open() 311 if (list->hiddev->exist) { in hiddev_open() 368 if (!list->hiddev->exist) { in hiddev_read() 441 if (!list->hiddev->exist) in hiddev_poll() 613 if (!hiddev->exist) { in hiddev_ioctl() 905 hiddev->exist = 1; in hiddev_connect() 929 hiddev->exist = 0; in hiddev_disconnect()
|
/linux-4.4.14/tools/testing/selftests/ftrace/samples/ |
D | fail.tc | 3 cat non-exist-file
|
D | xfail.tc | 3 cat non-exist-file || exit_xfail
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_fr.c | 129 unsigned int exist: 1; member 456 !pvc->state.exist ? "deleted" : in fr_log_dlci_active() 525 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send() 526 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send() 532 pvc->state.exist && !pvc->state.new) { in fr_lmi_send() 581 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state() 590 pvc->state.exist = pvc->state.active = 0; in fr_set_link_state() 832 pvc->state.exist = 1; in fr_lmi_recv() 837 !pvc->state.exist) { in fr_lmi_recv() 852 if (pvc->state.deleted && pvc->state.exist) { in fr_lmi_recv() [all …]
|
/linux-4.4.14/arch/unicore32/mm/ |
D | proc-macros.S | 104 cand.a \pa, #4 @ test exist bit 105 beq \err @ if not exist
|
/linux-4.4.14/fs/notify/dnotify/ |
D | Kconfig | 7 that uses signals to communicate events to user-space. There exist
|
/linux-4.4.14/include/linux/ |
D | hidraw.h | 21 int exist; member
|
/linux-4.4.14/fs/configfs/ |
D | Kconfig | 10 Both sysfs and configfs can and should exist together on the
|
/linux-4.4.14/Documentation/hwmon/ |
D | max34440 | 100 in6 and curr6 attributes only exist for MAX34440. 108 Power attributes only exist for MAX34446. 123 temp7 and temp8 attributes only exist for MAX34440.
|
D | w83793 | 105 Only Fan1-5 and PWM1-3 are guaranteed to always exist, other fan inputs and 106 PWM outputs may or may not exist depending on the chip pin configuration.
|
D | pcf8591 | 80 configuration, files in2_input and in3_input may not exist. Values range
|
D | pmbus-core | 131 specific command, but that a standard PMBus command may exist. Any other 132 negative return value indicates that the commands does not exist for this
|
D | pmbus | 144 Attribute files only exist if respective sensors are supported by the chip.
|
D | vt1211 | 172 thermal thresholds exist that controls both PWMs output duty-cycles. The
|
D | dme1737 | 56 fan[4-6] and pwm[5-6] don't exist.
|
/linux-4.4.14/arch/arc/kernel/ |
D | head.S | 39 breq r5, 0, 1f ; D$ doesn't exist
|
/linux-4.4.14/drivers/staging/rtl8723au/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist.
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | da9062-onkey.txt | 19 press. If this entry does not exist then by default the key-press
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | sirf-usp.txt | 15 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
|
D | qcom,apq8016-sbc.txt | 9 - pinctrl-N : One property must exist for each entry in
|
D | qcom,lpass-cpu.txt | 26 - pinctrl-N : One property must exist for each entry in
|
D | fsl-sai.txt | 27 - pinctrl-NNN : One property must exist for each entry in
|
/linux-4.4.14/net/dcb/ |
D | Kconfig | 13 latency) to co-exist on Ethernet.
|
/linux-4.4.14/arch/arm/vfp/ |
D | entry.S | 44 @ This code is called if the VFP does not exist. It needs to flag the
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.config | 21 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist.
|
/linux-4.4.14/Documentation/powerpc/ |
D | cpu_families.txt | 4 This document tries to summarise some of the different cpu families that exist
|
D | bootwrapper.txt | 22 Currently, the following image format targets exist: 110 Two special targets called 'zImage' and 'zImage.initrd' also exist. These
|
D | cxlflash.txt | 189 at a time and if one mode is active (outstanding references exist), 206 at a time and if one mode is active (outstanding references exist),
|
D | hvcs.txt | 195 persistent. Once created they will exist prior to the driver insmod. 496 A: The /dev/hvcs* entry you have specified doesn't exist where you said it
|
/linux-4.4.14/Documentation/ |
D | debugging-modules.txt | 5 exist, such as "net-pf-10" or whatever. Changing "modprobe -q" to
|
D | init.txt | 9 B) init binary doesn't exist on rootfs
|
D | cachetlb.txt | 26 possible for stale translations to exist in this "TLB" cache. 131 a virtual-->physical translation to exist for a virtual address 255 aliasing problem has the potential to exist since the kernel already 284 exist, this routine is called.
|
D | module-signing.txt | 131 openssl if one does not exist in the file: 140 file (which is also generated if it does not already exist).
|
D | pwm.txt | 41 variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist.
|
D | kobject.txt | 186 exist, the object (and the code which supports it) must continue to exist. 347 Because other references to the kset may still exist, the release may happen
|
D | stable_kernel_rules.txt | 27 - It or an equivalent fix must already exist in Linus' tree (upstream).
|
D | sysfs-rules.txt | 116 ignored. If it does not exist, you always have to scan all three
|
D | robust-futex-ABI.txt | 121 There may exist thousands of futex lock structures in a threads shared
|
D | IRQ-domain.txt | 50 exist then it will allocate a new Linux irq_desc, associate it with
|
D | unshare.txt | 199 structure, which may not exist anymore.
|
D | ManagementStyle | 166 The option of being unfailingly polite really doesn't exist. Nobody will
|
D | memory-hotplug.txt | 142 memory sections in this range are present and no memory holes exist in the
|
D | initrd.txt | 217 must exist before calling pivot_root. Example:
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-mtk-disp.txt | 15 - pinctrl-0: One property must exist for each entry in pinctrl-names.
|
D | pwm-fsl-ftm.txt | 32 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | mtk-uart.txt | 26 baud clock if the baudclk does not exist. Do not use this for new designs.
|
D | qcom,msm-uartdm.txt | 38 serialN alias exists, then an alias must exist for each enabled UART. The
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 40 determining that bugs still exist; but are virtually useless when 42 expect quick action. Bugs still exist. The problem remains in isolating
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 1055 struct intel_uncore_box *box, *exist; in uncore_cpu_starting() local 1072 exist = *per_cpu_ptr(pmu->box, k); in uncore_cpu_starting() 1073 if (exist && exist->phys_id == phys_id) { in uncore_cpu_starting() 1074 atomic_inc(&exist->refcnt); in uncore_cpu_starting() 1075 *per_cpu_ptr(pmu->box, cpu) = exist; in uncore_cpu_starting()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-ofw | 9 It is possible for multiple device-tree directories to exist.
|
D | sysfs-firmware-memmap | 52 Currently following types exist:
|
D | sysfs-class-extcon | 58 mutually_exclusive conditions if they exist.
|
D | sysfs-bus-fcoe | 109 used to identify the discovered FCF. FCFs will exist in a
|
D | sysfs-devices-system-cpu | 168 These files exist in every CPU's cache/index3 directory. Each
|
D | sysfs-bus-iio | 86 Channels with 'i' and 'q' modifiers always exist in pairs and both 706 If separate attributes exist for the two directions, but 788 If separate attributes exist for the two directions, but 837 If separate attributes exist for the two directions, 1309 Channels with 'i' and 'q' modifiers always exist in pairs and both
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.txt | 17 A child node must exist to represent the core DWC3 IP block. The name of
|
/linux-4.4.14/Documentation/networking/ |
D | proc_net_tcp.txt | 47 data (or even exist)
|
D | x25-iface.txt | 17 the rest of the skbuff, if any more information does exist. 26 over the LAPB link. The LAPB link should already exist before any data is
|
D | fore200e.txt | 44 Notice that different versions of the PCA-200E firmware exist, depending
|
D | gen_stats.txt | 111 are still valid (i.e still exist) at the time of making this call.
|
D | multiqueue.txt | 19 exist in memory.
|
D | skfp.txt | 89 If this entry does not exist or if the file '/proc/pci'
|
D | tuntap.txt | 38 mkdir /dev/net (if it doesn't exist already)
|
D | ipvs-sysctl.txt | 176 servers but the connection entries don't exist.
|
D | ppp_generic.txt | 208 * The ppp_channel object must exist from the time that 313 not exist.
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-parts.txt | 35 not support boot partition locking, the file will not exist. If the
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | mfd.txt | 24 probe registers to figure out what child devices exist etc, this should not
|
D | da9063.txt | 63 press. If this entry does not exist then by default the key-press
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mcm.txt | 38 and error reporting registers exist, this is the second 4k (0x1000)
|
D | ecm.txt | 38 and error reporting registers exist, this is the second 4k (0x1000)
|
D | srio-rmu.txt | 4 this node is required. For devices with RMAN this node should NOT exist. The 30 not exist on devices that do not support PAMU.
|
D | srio.txt | 61 not exist on devices that do not support PAMU.
|
D | mpc5200.txt | 19 originally appeared on the MPC5200. Since they didn't exist anywhere
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 30 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas-memory-controllers.txt | 13 As there exist no actual drivers for these controllers yet, these bindings
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | readme | 19 it will create fb0 and fb1 (or fb1,fb2 if fb0 already exist) under /dev
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | rockchip,rk3288-cru.txt | 23 used in device tree sources. Similar macros exist for the reset sources in
|
D | ux500.txt | 10 CLKRST4, which does not exist.
|
D | rockchip,rk3188-cru.txt | 25 Similar macros exist for the reset sources in these files.
|
D | rockchip,rk3368-cru.txt | 23 used in device tree sources. Similar macros exist for the reset sources in
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/ |
D | cache-uniphier.txt | 23 The L2 cache must exist to use the L3 cache; the cache hierarchy must be
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | sleep.S | 46 @ The following must all exist in a single cache line to
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Brutus | 54 If such patches exist, they should be found from
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | cpm.txt | 52 A child "data" node must exist, compatible with "fsl,cpm-muram-data", to
|
/linux-4.4.14/Documentation/usb/ |
D | error-codes.txt | 26 -ENODEV specified USB-device or bus doesn't exist 28 -ENOENT specified interface or endpoint does not exist or
|
D | persist.txt | 109 doesn't even exist, so you only have to worry about setting it for
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 9 exist until explicitly acknowledged to firmware.
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | Kconfig | 22 Intel(R) Trace Hub may exist as a PCI device. This option enables
|
/linux-4.4.14/Documentation/netlabel/ |
D | lsm_interface.txt | 31 exist to operate both on sockets as well as the sk_buffs directly. These high
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 72 mmap !SYNC flag | |(from exist-| (from exist- |
|
/linux-4.4.14/Documentation/devicetree/bindings/board/ |
D | fsl-board.txt | 4 exist on some Freescale reference boards.
|
/linux-4.4.14/Documentation/filesystems/ |
D | adfs.txt | 26 (In older versions, an 'execute' permission did exist, but this
|
D | fuse.txt | 26 does _not_ break the connection, in this case it will exist until 131 For each connection the following files exist within this directory:
|
D | directory-locking | 111 would have to exist before rename(). I.e. at the moment of loop creation
|
D | qnx6.txt | 120 Character and block special devices do not exist in QNX as those files
|
D | coda.txt | 200 context. Similar calls exist in the Win32 environment, and are named 293 A facility must exist to notify Venus that the message has been 607 The result may indicate that the name does not exist, or that 652 EErrrroorrss Errors can occur if the object with fid does not exist, is 694 EErrrroorrss A variety of errors can occur. The object may not exist, may 725 EErrrroorrss The object may not exist, or the ACL describing the protection
|
D | ext2.txt | 177 (support for taking advantage of this feature does not yet exist in 309 No tools currently exist which can change the ratio of inodes to blocks.
|
D | debugfs.txt | 203 file, possibly in a different directory. The new_name must not exist prior
|
D | overlayfs.txt | 108 exist are not re-added). This merged name list is cached in the
|
D | logfs.txt | 11 Two superblocks exist at the beginning and end of the filesystem.
|
D | ntfs.txt | 78 they exist. The driver will not create short file names however, and a 114 possible Unicode characters that can exist on NTFS.
|
D | sysfs.txt | 310 The following interface layers currently exist in sysfs:
|
D | vfs.txt | 36 in RAM and are never saved to disc: they exist only for performance. 383 incremented. If the named inode does not exist a NULL inode 431 exist; this is checked by the VFS. Unlike plain rename, 494 file didn't exist and hence FILE_CREATED shall always be set on success.
|
D | vfat.txt | 78 currently exist in the directory, 'longfile.txt' will
|
D | xfs-delayed-logging-design.txt | 251 exist once the object has been included in a transaction. 284 We need to write these items in the order that they exist in the CIL, and they 785 behaviour, allocation or freeing that don't already exist.
|
/linux-4.4.14/arch/powerpc/platforms/40x/ |
D | Kconfig | 95 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
|
/linux-4.4.14/tools/build/ |
D | Build.include | 53 # Find any prerequisites that is newer than target or that does not exist.
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 79 This entry will only exist if this option is enabled.
|
/linux-4.4.14/drivers/tty/hvc/ |
D | Kconfig | 79 no other console mechanism exist but udbg, to get you a quick
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | xilinx-xadc.txt | 6 Currently two different frontends for the DRP interface exist. One that is only
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 50 entries may exist in this list so that multiple pin 62 exist, they must still be defined, but may be left empty.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 58 might exist on the system. The Tegra20 platform handles this during
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 70 Various /proc files exist to monitor process memory utilization:
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 30 precision may not actually exist on many non-PC devices.
|
D | hrtimers.txt | 66 clock capabilities, and patches for that exist and are maturing quickly.
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 24 exist and remain possible if ptrace is allowed to operate as before.
|
D | keys-request-key.txt | 119 This also extends further. If key W (step 7 above) didn't exist, key W would
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 45 0xc0000000, to co-exist with the user-mode mapping. We will do something 191 Since the Middle Directory does not exist, it is a unity mapping:
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 186 The following files exist under /sys/devices/visorbus<x>/vbus<x>:dev<y>: 196 Note that this "driver" link will not exist 209 function driver, so these will not exist
|
/linux-4.4.14/fs/cifs/ |
D | file.c | 903 bool exist; in cifs_lock_test() local 907 exist = cifs_find_lock_conflict(cfile, offset, length, type, in cifs_lock_test() 909 if (exist) { in cifs_lock_test() 947 bool exist; in cifs_lock_add_if() local 951 exist = false; in cifs_lock_add_if() 954 exist = cifs_find_lock_conflict(cfile, lock->offset, lock->length, in cifs_lock_add_if() 956 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if() 962 if (!exist) in cifs_lock_add_if()
|
/linux-4.4.14/Documentation/driver-model/ |
D | class.txt | 142 There may exist multiple mechanisms for accessing the same device of a
|
D | platform.txt | 90 The general rule is to register only those devices that actually exist,
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 119 -o, --output=<dir> output dir, must exist
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 85 filters exist, the return value for the evaluation of a given system 144 If multiple filters exist, the return value for the evaluation of a
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 10 such, can easily co-exist with the other PM systems. 177 Sometimes widgets exist in the codec or machine audio map that don't have any
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 125 currently does not exist by default.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 41 upper bound on the period length of 1s. Additional restrictions exist when
|
D | sched-design-CFS.txt | 100 exist today against the heuristics of the stock scheduler: fiftyp.c, thud.c,
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 261 int exist; in udp_lib_get_port() local 271 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port() 273 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 275 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port() 278 if (exist) in udp_lib_get_port()
|
/linux-4.4.14/drivers/macintosh/ |
D | adbhid.c | 943 adbhid_input_devcleanup(u16 exist) in adbhid_input_devcleanup() argument 947 if (adbhid[i] && !(exist&(1<<i))) in adbhid_input_devcleanup()
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 49 # - If no file exist it is created 245 # Find any prerequisites that is newer than target or that does not exist.
|
D | spelling.txt | 403 exixt||exist
|
/linux-4.4.14/Documentation/scsi/ |
D | hpsa.txt | 12 for hpsa to exist.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.icn | 26 Two types of cards exist, one with dip-switches and one with
|
D | README.sc | 149 To remove the driver, delete any interfaces that may exist (see isdnctrl(8)
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 115 This entry will only exist if this option is enabled.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 24 counted. The following modifiers exist:
|
D | perf-probe.txt | 184 … by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
|
D | perf-script-python.txt | 253 levels if they don't exist e.g syscalls[comm][pid][id] = 1 will create 586 they don't exist.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | uniphier-ph1-pro5.dtsi | 220 /* i2c4 does not exist */
|
D | uniphier-ph1-pro4.dtsi | 211 /* i2c4 does not exist */
|
D | ste-dbx5x0.dtsi | 1148 /* This DMA channel only exist on DB8500 v1 */ 1182 /* This DMA channel only exist on DB8500 v2 */
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic.txt | 92 properties must be described (they only exist if the GIC is the
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 151 will exist, of the form: 155 Inside each of these directories, the same set of files will exist: 255 resources exist, regardless of the task's mempolicy or cpuset constraints.
|
D | zswap.txt | 12 potential configurations and workloads that exist. For this reason, zswap
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 94 exist.
|
D | unified-hierarchy.txt | 68 of controllers which exist only to identify membership, which in turn 352 "notify_on_release" do not exist.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 81 because ISA DMA buffers must exist below the 16MB boundary and it is quite
|
D | PAS16 | 91 DMA buffers must exist below the 16MB boundary and it is quite
|
/linux-4.4.14/Documentation/power/regulator/ |
D | overview.txt | 87 and hardware protection. Constraints exist at three levels:
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 113 exist in this case in the application to driver communication. It is
|
D | faq.txt | 54 3. Which other DVB applications exist?
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 66 Note that this attribute *will not exist* if the kernel
|
D | drivers-on-gpio.txt | 4 Note that standard kernel drivers exist for common GPIO tasks and will provide
|
D | gpio.txt | 58 by different product boards; single direction ones exist too.
|
D | gpio-legacy.txt | 45 by different product boards; single direction ones exist too. 642 Note that standard kernel drivers exist for common "LEDs and Buttons" 686 Note that this attribute *will not exist* if the kernel
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 7 to exist. The system driver is persistent and it can never be unloaded, though
|
/linux-4.4.14/Documentation/ia64/ |
D | serial.txt | 27 change, but we registered devices that might not really exist.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 84 asynchronous data fetch, the determination of whether pages exist is done
|
D | object.txt | 36 represented by multiple objects - an index may exist in more than one cache -
|
D | backend-api.txt | 256 possible if it determines the object doesn't exist in the cache. If the 257 object is found to exist and the netfs indicates that it is valid then
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 61 This entry will only exist if this option is enabled.
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | einj.txt | 19 don't exist: before you give up, go into BIOS setup to see if the BIOS
|
/linux-4.4.14/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 17 sub-modules exist as a loadable kernel module which plug in to the netcp core.
|
/linux-4.4.14/Documentation/fb/ |
D | viafb.txt | 203 The following files exist in /proc/viafb
|
D | framebuffer.txt | 79 too. Look into <linux/fb.h> for more information on what ioctls exist and on
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 80 deprecated power /proc/acpi/ directories to exist, even when 86 and functions, which do not yet exist in /sys
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | README | 23 create the directory if it doesn't exist.
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 241 If the Intel AMT Watchdog feature does not exist (i.e. the connection failed),
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 73 If the version is less than 1.1.2 or the command does not exist,
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 453 This field only exist on version 2 headers. It indicate which 537 The unit name doesn't exist as a property per-se but is included in 706 and there exist an OF bus binding, then you should follow the 1037 platform uses. Nodes should not be created for devices which exist 1209 exist on a single piece of silicon. For these SOCs, an SOC node 1231 For many devices that may exist inside an SOC, there are predefined
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 188 options exist as well. By post-processing the output, further information can
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 231 entry does not exist. For this to be helpful, the search function must
|
/linux-4.4.14/mm/ |
D | Kconfig | 83 # those dependencies to exist individually. 550 configurations and workloads that exist.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 244 However, that property may still exist in older device trees for
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 321 xlnx,fifo-exist = <0x1>;
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | boot-options.txt | 187 Currently four x86-64 PCI-DMA mapping implementations exist:
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 125 and request_firmware() in the source. These files should exist under
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 26 ISO key position in the scan code table should exist even if no keyswitch 86 The ikbd can also maintain absolute mouse position. Commands exist for
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | marvell.txt | 49 for devices which exist on the system controller chip but are not used
|
/linux-4.4.14/net/ |
D | Kconfig | 156 Various modules exist for netfilter which replace the previous
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 175 "HCPDIA047E my-vm-guest-name 0620 does not exist"?
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 52 There exist several display technologies and standards that support audio as
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 10 can be shared across contexts/processes, exist in different memory
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 198 The first kind of information is a list of what SPI controllers exist. 262 The second kind of information is a list of what SPI slave devices exist
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 214 Linux configurations it seems reasonable to just assume they exist
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 24 but the conversion routines exist only for stereo (2-channel streams)
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 410 events but does continue to exist and maintain its count value.
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 138 boot firmware, reports what I2C devices exist. For example, there may be
|