Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 200 of 246) sorted by relevance

12

/linux-4.4.14/drivers/input/joystick/
Dcobra.c52 unsigned char exists; member
119 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) { in cobra_poll()
125 if (cobra->exists & r & (1 << i)) { in cobra_poll()
175 cobra->exists = cobra_read_packet(gameport, data); in cobra_connect()
178 if ((cobra->exists >> i) & data[i] & 1) { in cobra_connect()
181 cobra->exists &= ~(1 << i); in cobra_connect()
184 if (!cobra->exists) { in cobra_connect()
193 if (~(cobra->exists >> i) & 1) in cobra_connect()
247 if ((cobra->exists >> i) & 1) in cobra_disconnect()
Dtmdc.c139 unsigned char exists; member
248 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll()
252 if (r & (1 << i) & tmdc->exists) { in tmdc_poll()
381 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) { in tmdc_connect()
390 if (tmdc->exists & (1 << i)) { in tmdc_connect()
/linux-4.4.14/scripts/coccinelle/tests/
Dodd_ptr_err.cocci16 @ok1 exists@
27 @ok2 exists@
42 @r1 depends on patch && !context && !org && !report exists@
63 @r1_context depends on !patch && (context || org || report) exists@
82 @r1_disj depends on !patch && (context || org || report) exists@
/linux-4.4.14/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt17 mac80211->driver: sta_state(AP, not-exists)
28 mac80211->driver: sta_state(AP, exists)
56 mac80211->driver: sta_state(AP, exists)
90 mac80211->driver: sta_state(AP,exists)
91 mac80211->driver: sta_state(AP,not-exists)
Dalias.txt18 ~~ -> request alias #0 creation (if not yet exists) for eth0
Dcdc_mbim.txt303 a) if no VLAN ID 4094 link exists, else dropped
305 c) if a VLAN ID 4094 link exists, else dropped
Dskfp.txt87 If this entry exists, then the FDDI adapter has been
D6pack.txt148 still exists with 2.1.x kernels, as I have heard that the serial driver
DREADME.ipw2200363 already exists.
Dppp_generic.txt203 required to provide the guarantee that this storage exists and is
Dcs89x0.txt176 another adapter exists. To change the adapter's configuration, run the
Dip-sysctl.txt349 reset immediately and warning is printed. This limit exists
368 and warning is printed. This limit exists only to prevent
913 Note that if no primary address exists for the interface selected,
/linux-4.4.14/arch/m32r/lib/
Dstrlen.S38 ; NOTE: If a null char. exists, return 0.
76 not r4, r0 ; NOTE: If a null char. exists, return 0.
84 not r4, r1 ; NOTE: If a null char. exists, return 0.
/linux-4.4.14/scripts/coccinelle/api/
Dpm_runtime.cocci18 @runtime_bad_err_handle exists@
81 @r depends on runtime_bad_err_handle exists@
Dkstrdup.cocci46 @r1 depends on !patch exists@
59 @r2 depends on !patch exists@
Dd_find_alias.cocci14 @r exists@
/linux-4.4.14/scripts/coccinelle/locks/
Dflags.cocci15 @r exists@
42 @d exists@
Dcall_kern.cocci19 @gfp exists@
38 @locked exists@
Ddouble_lock.cocci63 @r depends on !balanced exists@
Dmini_lock.cocci61 @err exists@
/linux-4.4.14/arch/arm/lib/
Dbacktrace.S70 1003: ldr r2, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
81 ldr r1, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
89 ldr r3, .Ldsi @ instruction exists,
/linux-4.4.14/scripts/coccinelle/null/
Dderef_null.cocci51 @r depends on !context && (org || report) exists@
112 @s depends on !context && (org || report) exists@
172 @depends on context && !org && !report exists@
245 @depends on context && !org && !report exists@
Deno.cocci25 @r depends on !patch exists@
Dkmerr.cocci44 @rfixed depends on (org || report) && !context exists@
Dbadzero.cocci99 @ r disable is_zero,isnt_zero exists @
/linux-4.4.14/arch/unicore32/lib/
Dbacktrace.S65 1003: ldw r2, [sv_pc+], #-4 @ if stmfd sp, {args} exists,
78 ldw r1, [sv_pc+], #-4 @ if stmfd sp, {args} exists,
87 ldw r3, .Ldsi @ instruction exists,
/linux-4.4.14/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci15 @r exists@
54 @s exists@
Dlist_entry_update.cocci38 @back depends on (org || report) && !context exists@
Ditnull.cocci64 @r depends on !patch exists@
Duse_after_iter.cocci20 @r exists@
/linux-4.4.14/scripts/coccinelle/free/
Dkfree.cocci56 @loop exists@
69 @r exists@
Dpci_free_consistent.cocci26 when exists
/linux-4.4.14/scripts/kconfig/
DMakefile115 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
235 if pkg-config --exists Qt5Core; then \
239 elif pkg-config --exists QtCore; then \
262 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
/linux-4.4.14/Documentation/video4linux/
DREADME.ivtv26 * Hardware mpeg2 capture of FM radio where hardware support exists
109 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
144 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
171 Read-only. Only present if the MPEG decoder (i.e. CX23415) exists.
180 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
Duvcvideo.txt138 Mapping already exists.
/linux-4.4.14/drivers/watchdog/
Dpcwd_usb.c147 int exists; member
220 if ((!usb_pcwd) || (!usb_pcwd->exists)) in usb_pcwd_send_command()
690 usb_pcwd->exists = 1; in usb_pcwd_probe()
791 usb_pcwd->exists = 0; in usb_pcwd_disconnect()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-cfq-target-latency5 The /sys/block/<device>/iosched/target_latency only exists
Dsysfs-bus-acpi57 this device object. This file exists for every device
Dsysfs-devices-soc12 It has been agreed that if an SoC device exists, its supported
Dsysfs-bus-rpmsg28 wasn't assigned (can happen if no driver exists for this
Dsysfs-class-regulator246 This points to the parent or supply regulator if one exists.
Dsysfs-power240 If a wakeup source object of that name exists and is active at
/linux-4.4.14/fs/overlayfs/
DKconfig5 and a 'lower' filesystem. When a name exists in both filesystems, the
/linux-4.4.14/fs/ubifs/
Drecovery.c1246 int exists; member
1259 loff_t d_size, int exists) in add_ino() argument
1280 e->exists = exists; in add_ino()
1381 e->exists = 1; in ubifs_recover_size_accum()
1483 if (!e->exists) { in ubifs_recover_size()
1500 e->exists = 1; in ubifs_recover_size()
1505 if (e->exists && e->i_size < e->d_size) { in ubifs_recover_size()
/linux-4.4.14/scripts/coccinelle/misc/
Dcompare_const_fl.cocci83 disable bitor_comm, neg_if_exp exists@
109 disable gtr_lss, gtr_lss_eq, not_int2 exists@
Dcstptr.cocci15 @r exists@
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_context.c374 bool exists = false; in vmci_ctx_exists() local
380 exists = true; in vmci_ctx_exists()
386 return exists; in vmci_ctx_exists()
604 bool exists = false; in vmci_ctx_add_notification() local
635 exists = true; in vmci_ctx_add_notification()
640 if (exists) { in vmci_ctx_add_notification()
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dcadence-wdt.txt11 - reset-on-timeout : If this property exists, then a reset is done
/linux-4.4.14/drivers/platform/x86/
Dtoshiba_acpi.c2134 bool exists = true; in toshiba_sysfs_is_visible() local
2137 exists = (drv->fan_supported) ? true : false; in toshiba_sysfs_is_visible()
2139 exists = (drv->kbd_illum_supported) ? true : false; in toshiba_sysfs_is_visible()
2141 exists = (drv->kbd_mode == SCI_KBD_MODE_AUTO) ? true : false; in toshiba_sysfs_is_visible()
2143 exists = (drv->touchpad_supported) ? true : false; in toshiba_sysfs_is_visible()
2145 exists = (drv->accelerometer_supported) ? true : false; in toshiba_sysfs_is_visible()
2147 exists = (drv->usb_sleep_charge_supported) ? true : false; in toshiba_sysfs_is_visible()
2149 exists = (drv->usb_sleep_charge_supported) ? true : false; in toshiba_sysfs_is_visible()
2151 exists = (drv->usb_rapid_charge_supported) ? true : false; in toshiba_sysfs_is_visible()
2153 exists = (drv->usb_sleep_music_supported) ? true : false; in toshiba_sysfs_is_visible()
[all …]
/linux-4.4.14/arch/powerpc/platforms/powermac/
DKconfig29 including the 7500, 8500, 9500, 9600. Support exists for
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dda9062-onkey.txt18 entry exists the OnKey driver will remove support for the KEY_POWER key
/linux-4.4.14/drivers/net/
DLICENSE.SRC15 expected. Although updates may occur, no commitment exists.
/linux-4.4.14/drivers/input/serio/
Di8042.c123 bool exists; member
407 port->exists = true; in i8042_start()
421 port->exists = false; in i8042_stop()
536 serio = port->exists ? port->serio : NULL; in i8042_interrupt()
547 if (likely(port->exists && !filtered)) in i8042_interrupt()
/linux-4.4.14/drivers/firmware/
Ddmi_scan.c917 bool exists; in dmi_get_date() local
922 exists = s; in dmi_get_date()
923 if (!exists) in dmi_get_date()
964 return exists; in dmi_get_date()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_xics.h43 u8 exists; member
Dbook3s_xics.c87 if (!state->exists) in ics_deliver_irq()
1169 if (irqp->exists) { in xics_get_source()
1234 irqp->exists = 1; in xics_set_source()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra210-pinmux.txt84 that exists in those registers may be set for the following pin names.
87 register. Where that is true, and property that exists in that register
128 for which a PINMUX_AUX_* exists, see the list above for the pin name to
Dpinctrl-bindings.txt37 property exists to define the pin configuration. Each state may also be
38 assigned a name. When names are used, another property exists to map from
122 exists no common standard for this content.
/linux-4.4.14/scripts/
Danalyze_suspend.py115 if os.path.exists('/dev/rtc'):
118 if os.path.exists(rtc) and os.path.exists(rtc+'/date') and \
119 os.path.exists(rtc+'/time') and os.path.exists(rtc+'/wakealarm'):
982 if(os.path.exists(tp+f) == False):
1282 if(os.path.exists(sysvals.ftracefile) == False):
1609 if(os.path.exists(sysvals.dmesgfile) == False):
2949 if(os.path.exists(sysvals.powerfile)):
2975 if(not os.path.exists(sysvals.fpdtpath)):
2983 if(not os.path.exists(sysvals.mempath)):
3138 if(os.path.exists(sysvals.powerfile)):
[all …]
Dget_maintainer.pl1828 my $exists = 0;
1832 $exists = 1;
1836 if (!$exists) {
1863 my $exists = 0;
1868 $exists = 1;
1872 if (!$exists) {
DKbuild.include328 # Also, if the filename is a relative filename and exists in the source
/linux-4.4.14/Documentation/hwmon/
Dpmbus-core223 Check if byte register exists. Return true if the register exists, false
230 Check if word register exists. Return true if the register exists, false
276 trying to determine if a chip register exists or not.
Dntc_thermistor100 Note that each NTC thermistor has only _one_ thermistor; thus, only temp1 exists.
Dsubmitting-patches114 * Last but not least, please check if a driver for your chip already exists
Dsysfs-interface593 boolean value. 1 means than an alarm condition exists, 0 means no alarm.
/linux-4.4.14/sound/pci/ice1712/
Dprodigy192.c700 int exists = 0; in prodigy192_miodio_exists() local
708 exists = 1; in prodigy192_miodio_exists()
710 return exists; in prodigy192_miodio_exists()
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe.c550 int exists, rootlen; in xenbus_dev_changed() local
558 exists = xenbus_exists(XBT_NIL, node, ""); in xenbus_dev_changed()
559 if (!exists) { in xenbus_dev_changed()
/linux-4.4.14/Documentation/fpga/
Dfpga-mgr.txt24 Load the FPGA from an image which exists as a buffer in memory.
29 Load the FPGA from an image which exists as a file. The image file must be on
/linux-4.4.14/arch/cris/arch-v32/mm/
Dmmu.S60 ; 1. PMD and PTE exists in mm subsystem but not in TLB
61 ; 2. PMD exists but not PTE
/linux-4.4.14/drivers/pnp/pnpbios/
DKconfig22 co-exists nicely. If you have a non-ISA system that supports ACPI,
/linux-4.4.14/Documentation/filesystems/
Dexofs.txt53 4. Make sure the directory where you want to mount exists. If not, create it.
68 If pid already exists, it will be deleted and a new one will be created in
155 flags. OBJ_CREATED is set when we know the object exists on the OSD -
Doverlayfs.txt34 and a 'lower' filesystem. When a name exists in both filesystems, the
79 exists, else the lower.
150 exists in the upper filesystem - creating it and any parents as
Ddirectory-locking19 the parent and finds source and target. If target already exists, lock
38 * If target exists, lock it. If source is a non-directory, lock
Dlocks.txt43 exists, and neither will have any effect on the other.
Ddnotify.txt49 exists in two directories (a and b) then a change to the file using the
Dgfs2-uevents.txt96 into the filesystem superblock. If it exists, this will
Ddebugfs.txt3 Debugfs exists as a simple way for kernel developers to make information
Dfuse.txt24 connection exists until either the daemon dies, or the filesystem is
Dcoda.txt582 exists.
762 be returned if the file already exists. If the size field in attr is
772 If the object exists and is not a file the error EISDIR is returned
Dspufs.txt459 EEXIST An SPU context already exists at the given path name.
Drelay.txt83 regardless of whether a channel to write into exists or not, or even
Dntfs.txt166 name, if it exists. If case_sensitive, you will need
/linux-4.4.14/Documentation/x86/
Dusb-legacy-support.txt37 could help, but so far no such update exists.
Dintel_mpx.txt196 no bounds table exists for this entry. In this case the fault handler
/linux-4.4.14/Documentation/netlabel/
Dintroduction.txt29 The communication layer exists to allow NetLabel configuration and monitoring
/linux-4.4.14/scripts/gdb/linux/
Dsymbols.py88 if re.match(module_pattern, name) and os.path.exists(name):
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt23 Required properties if child node exists:
/linux-4.4.14/Documentation/laptops/
Dtoshiba_haps.txt36 exists or is not supported.
/linux-4.4.14/arch/m68k/fpsp040/
Dbugfix.S197 | Check for cu and nu register conflict. If one exists, this takes
246 | We have the case in which a conflict exists between the cu src or
368 | We have the case in which a conflict exists between the cu src or
Dscale.S164 | mantissa right until a zero exponent exists.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dda9063.txt62 entry exists the OnKey driver will remove support for the KEY_POWER key
Domap-usb-host.txt58 Required properties if child node exists:
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.txt38 serialN alias exists, then an alias must exist for each enabled UART. The
/linux-4.4.14/kernel/
Dtaskstats.c310 goto exists; in add_del_listener()
314 exists: in add_del_listener()
/linux-4.4.14/arch/x86/
DMakefile_32.cpu4 #-mtune exists since gcc 3.4
/linux-4.4.14/Documentation/
Dinit.txt11 D) binary exists but dependencies not available
Dpwm.txt10 this kind of flexibility the generic PWM API exists.
Dflexible-arrays.txt17 exists to make this task easier.
Dstable_kernel_rules.txt20 exists and additional information on the user-visible impact.
Dphy.txt146 the struct phy already exists.
Dvgaarbiter.txt14 than one legacy device co-exists on the same machine. But the problem happens
Dcachetlb.txt95 now exists at virtual address "address" for address space
229 There exists another whole class of cpu cache issues which currently
Dsysfs-rules.txt115 If /sys/subsystem exists, /sys/bus, /sys/class and /sys/block can be
Djava.txt103 # If no other possible filename exists
Dintel_txt.txt136 exists, map it.
Ddynamic-debug-howto.txt233 the boot process, even before userspace and debugfs exists, use
Dparport-lowlevel.txt852 device exists.
885 -1 if no such device exists.
Dnommu-mmap.txt41 - If one exists, the kernel will re-use an existing mapping to the
Dinitrd.txt320 such a directory exists on the new root file system.
Dworkqueue.txt226 Note that the flag WQ_NON_REENTRANT no longer exists as all workqueues
DDMA-API-HOWTO.txt94 hardware exists.
414 exists (for example) to guarantee that if you allocate a chunk
Dbcache.txt228 1 if bcache is running (i.e. whether the /dev/bcache device exists, whether
Dassoc_array.txt207 If an object already exists for that key then it will be replaced with the
Ddma-buf-sharing.txt319 into the exporter's vmap function only when no vmapping exists, and only
/linux-4.4.14/Documentation/s390/
Dzfcpdump.txt8 dump tool is loaded. There exists an SCLP hardware interface to obtain the saved
Ds390dbf.txt23 debug log for the caller. For each debug log exists a number of debug areas
511 available as long as the debug feature exists. The reason behind this is that
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dreset.txt11 ordinate module is reset). This binding exists to represent the provider and
/linux-4.4.14/Documentation/misc-devices/
Dbh1770glc.txt31 Proximity low interrupt doesn't exists in the chip. This is simulated
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt39 Port Child Nodes: There should a port child node for each port that exists in
Ddcsr.txt25 The DCSR space exists in the memory-mapped bus.
Dfman.txt196 If this property exists, the port is s 10G port.
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt107 A processing driver can look for some field of interest and check if it exists
108 in a report descriptor. If it exists it will store necessary information
/linux-4.4.14/Documentation/isdn/
DsyncPPP.FAQ49 A: check that at least the device 'ippp0' exists.
52 If this device doesn't exists, use:
DREADME352 an AT&W0 is performed on any ISDN-tty. If the file already exists,
/linux-4.4.14/Documentation/block/
Dpr.txt68 is non-null. If no existing reservation exists old_key must be zero,
/linux-4.4.14/Documentation/power/
Dinterface.txt6 running. The interface exists in /sys/power/ directory (assuming sysfs
Dcharger-manager.txt150 : CM_BATTERY_PRESENT: assume that the battery exists.
151 CM_NO_BATTERY: assume that the battery does not exists.
Dfreezing-of-tasks.txt196 tasks, since it generally exists anyway.
Ddevices.txt173 system wakeup. This file is only present if the "power.wakeup" object exists
186 exists and the corresponding "power/wakeup" file contains the string "enabled".
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dldb.txt40 - fsl,dual-channel : boolean. if it exists, only LVDS channel 0 should
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt14 exists for Davinci VPFE, which is now being changed to Media Controller
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt16 basic application exists in the Documentation/watchdog/src directory called
/linux-4.4.14/Documentation/security/
DYama.txt39 against it. Only one such declared debugging process can exists for
Dkeys-request-key.txt137 the key whilst it exists to fail with error ENOKEY if negated or the specified
Dkeys.txt96 (*) Uninstantiated. The key exists, but does not have any data attached.
401 If a key of the same type and description as that proposed already exists
463 it exists.
476 If name is not NULL, if a keyring of that name exists, the process
913 passed to the key_type->request_key() op if it exists, and the callout_info
DSmack.txt140 "rwxat-". If a rule for a given subject and object exists it will be
486 directory. It is possible that a user may be able to see that a file exists
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig126 interfaces to retrieve counters. GPCI exists on Power 6 and later
/linux-4.4.14/fs/btrfs/
Dextent_io.c4930 struct extent_buffer *eb, *exists = NULL; in alloc_test_extent_buffer() local
4950 exists = find_extent_buffer(fs_info, start); in alloc_test_extent_buffer()
4951 if (exists) in alloc_test_extent_buffer()
4969 return exists; in alloc_test_extent_buffer()
4981 struct extent_buffer *exists = NULL; in alloc_extent_buffer() local
5009 exists = (struct extent_buffer *)p->private; in alloc_extent_buffer()
5010 if (atomic_inc_not_zero(&exists->refs)) { in alloc_extent_buffer()
5014 mark_extent_buffer_accessed(exists, p); in alloc_extent_buffer()
5017 exists = NULL; in alloc_extent_buffer()
5052 exists = find_extent_buffer(fs_info, start); in alloc_extent_buffer()
[all …]
Dtree-log.c1680 int exists; in replay_one_name() local
1701 exists = btrfs_lookup_inode(trans, root, path, &log_key, 0); in replay_one_name()
1702 if (exists == 0) in replay_one_name()
1703 exists = 1; in replay_one_name()
1705 exists = 0; in replay_one_name()
1744 if (!exists) in replay_one_name()
Dsend.c3040 int exists = 0; in add_pending_dir_move() local
3062 exists = 1; in add_pending_dir_move()
3082 if (exists) { in add_pending_dir_move()
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO54 exists. This is helpful when Unix extensions are negotiated to
/linux-4.4.14/Documentation/trace/
Dstm.txt60 exists.
Devents-kmem.txt71 In front of the page allocator is a per-cpu page allocator. It exists only
Dmmiotrace.txt105 are not caught, since the mapping always exists and is returned directly.
Devents.txt295 exists, will filter all events from tracing any task that does not have the
/linux-4.4.14/tools/usb/usbip/
DINSTALL177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt55 On Tegra30, Tegra114 and Tegra124, if the 'i2c-thermtrip' subnode exists,
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt94 (allways exists)
Dnfs.txt78 (2) If no valid entry exists, the helper script '/sbin/nfs_cache_getent'
Dnfsroot.txt186 file exists and the kernel can execute it, root filesystem related
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt124 exists only after snd-pcm-oss module is loaded.
208 Switch" for the capture directory (if exists). When the PCM volume of
/linux-4.4.14/Documentation/arm64/
Dbooting.txt12 counterpart. EL2 is the hypervisor level and exists only in non-secure
13 mode. EL3 is the highest priority level and exists only in secure mode.
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt39 the parent sched_domain (if it exists), and the parent of the parent and so
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt4 device that exists on this bus, a child node should be created. See
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt140 the fsck command exists abnormally.
Dcache.txt91 worry about coherency. Coherency that exists is maintained, although
/linux-4.4.14/arch/arc/mm/
Dtlbex.S360 ; If PTE exists, it will setup, r0 = PTE, r1 = Ptr to PTE, r2 = EFA
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt89 This file exists only if the pin can be configured as an
Ddriver.txt204 below exists.
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Diommu.txt80 be used for address translation. If a "dma-ranges" property exists in the
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt145 .config doesn't exists yet.)
291 can be used if multiple drivers for a single hardware exists and only a
409 We'll first explain why this issues exists and then provide an example
Dmakefiles.txt118 be used and if both a 'Makefile' and a 'Kbuild' file exists, then the 'Kbuild'
565 cc-cross-prefix is used to check if there exists a $(CC) in path with
605 The first step is to tell kbuild that a host program exists. This is
1166 A central rule exists to create $(obj)/%.dtb from $(src)/%.dts;
Dmodules.txt61 exists solely as a simple way to prepare a kernel source tree for
/linux-4.4.14/Documentation/devicetree/
Dof_unittest.txt70 considering only child and sibling pointers. There exists another pointer,
Dusage-model.txt21 arbitrary data. A mechanism also exists to create arbitrary
34 about what already exists. There are currently two different,
Dbooting-without-of.txt463 This field only exists on version 3 and later headers. It
469 This field only exists on version 17 and later headers. It gives
1226 node. The "reg" property for each node that exists directly under the
1259 In addition, a logical 'interrupt tree' exists which represents the
/linux-4.4.14/arch/sh/mm/
DKconfig14 On other systems (such as the SH-3 and 4) where an MMU exists,
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt166 denoting virtual bus #<n>. A unique s-Par channel exists for each such
176 channel exists for each such virtual device.
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-tpm119 ated at TPM manufacture time and exists for the life of the
/linux-4.4.14/fs/ext4/
Dextents.c2155 int exists, depth = 0, err = 0; in ext4_fill_fiemap_extents() local
2183 exists = 0; in ext4_fill_fiemap_extents()
2212 exists = 1; in ext4_fill_fiemap_extents()
2218 if (!exists) { in ext4_fill_fiemap_extents()
2236 if (!exists && next_del) { in ext4_fill_fiemap_extents()
2237 exists = 1; in ext4_fill_fiemap_extents()
2273 if (exists) { in ext4_fill_fiemap_extents()
/linux-4.4.14/Documentation/vm/
Dpagemap.txt110 no page frame exists at the requested address
Dfrontswap.txt47 Note that if a page is stored and the page already exists in transcendent memory
Dnuma_memory_policy.txt419 a command line tool, numactl(8), exists that allows one to:
/linux-4.4.14/
DREPORTING-BUGS144 That said, it's still useful for a kernel maintainer to know a bug exists
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt22 Linux is running on KVM, a node /hypervisor exists. That node contains a
Dmmu.txt207 parent_ptes points at this single spte, otherwise, there exists multiple
374 exists when an spte created with cr0.wp=0 and cr4.smep=0 is used after
/linux-4.4.14/Documentation/arm/
DBooting186 CPU must be in SVC mode. (A special exception exists for Angel)
/linux-4.4.14/Documentation/pps/
Dpps.txt161 PPS source is connected to (if it exists).
/linux-4.4.14/kernel/trace/
Dftrace.c4625 bool exists; in ftrace_set_func() local
4647 exists = false; in ftrace_set_func()
4650 exists = true; in ftrace_set_func()
4657 if (!exists) { in ftrace_set_func()
4663 if (exists) { in ftrace_set_func()
/linux-4.4.14/Documentation/usb/
Dpersist.txt125 solution is much quicker and easier -- and it exists now, a giant
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt346 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
381 children of the parent group. If ct_group_ops->make_group() exists,
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt52 actually exists; sometimes platform setup code can't be sure. The probing
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt211 that only exists in future kernels will be correctly emulated (by
/linux-4.4.14/arch/powerpc/platforms/
DKconfig322 Supports for the ULI1575 PCIe south bridge that exists on some
/linux-4.4.14/drivers/edac/
DKconfig207 i7 Core (Nehalem) Integrated Memory Controller that exists on
/linux-4.4.14/Documentation/frv/
Dfeatures.txt277 or CLONE_VM'd group of tasks for as long as it exists. However, since the
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt10 It doesn't describe the reasons why rtmutex.c exists. For that please see
639 there exists an owner, or there's a pending owner with equal or higher
674 previous top waiter process (if it exists) from the pi_list of the owner,
/linux-4.4.14/Documentation/devicetree/bindings/
Dmarvell.txt75 device that exists on this bus, a child node should be created. See
/linux-4.4.14/arch/arm/boot/dts/
Dste-nomadik-stn8815.dtsi267 /* This apparently exists as well */
/linux-4.4.14/drivers/thermal/
DKconfig133 reduction. An ACPI version of this already exists
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt87 '--filter' exists, the new filter expression will be combined with
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt208 exists, it will be reused for the new mount. If no existing hierarchy
243 exists in the top cgroup only)
/linux-4.4.14/Documentation/development-process/
D1.Intro179 exists. Should that happen, getting your code merged will become much
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt260 context to a more recently created context. It exists solely to
Dhvcs.txt485 entry still exists (on systems without udev).
/linux-4.4.14/arch/x86/math-emu/
DREADME144 extensively tested yet. A major problem exists because using it in
/linux-4.4.14/Documentation/cdrom/
Dide-cd190 driver to assume that one exists by using a lilo option of the
/linux-4.4.14/Documentation/scsi/
Dscsi_fc_transport.txt329 infrastructure exists to support NPIV, and complete the first part of
/linux-4.4.14/Documentation/input/
Datarikbd.txt27 exists in that position on a particular keyboard. The break code for each key
/linux-4.4.14/Documentation/PCI/
Dpci.txt332 on systems where System RAM exists above 4G _physical_ address.

12