Home
last modified time | relevance | path

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

12

/linux-4.1.27/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.1.27/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.
Dip-sysctl.txt340 reset immediately and warning is printed. This limit exists
359 and warning is printed. This limit exists only to prevent
870 Note that if no primary address exists for the interface selected,
Dcs89x0.txt176 another adapter exists. To change the adapter's configuration, run the
Dppp_generic.txt203 required to provide the guarantee that this storage exists and is
/linux-4.1.27/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.1.27/scripts/kconfig/
DMakefile110 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
223 if ! pkg-config --exists QtCore 2> /dev/null; then \
225 pkg-config --exists qt 2> /dev/null && pkg=qt; \
226 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
278 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
Dzconf.lex.c_shipped1934 /* Only push if top exists. Otherwise, replace top. */
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/scripts/coccinelle/free/
Dkfree.cocci56 @loop exists@
69 @r exists@
Dpci_free_consistent.cocci26 when exists
/linux-4.1.27/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.1.27/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.1.27/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.1.27/fs/overlayfs/
DKconfig5 and a 'lower' filesystem. When a name exists in both filesystems, the
/linux-4.1.27/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()
1382 e->exists = 1; in ubifs_recover_size_accum()
1484 if (!e->exists) { in ubifs_recover_size()
1501 e->exists = 1; in ubifs_recover_size()
1506 if (e->exists && e->i_size < e->d_size) { in ubifs_recover_size()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/watchdog/
Dcadence-wdt.txt11 - reset-on-timeout : If this property exists, then a reset is done
/linux-4.1.27/arch/powerpc/platforms/powermac/
DKconfig29 including the 7500, 8500, 9500, 9600. Support exists for
/linux-4.1.27/drivers/platform/x86/
Dtoshiba_acpi.c2346 bool exists = true; in toshiba_sysfs_is_visible() local
2349 exists = (drv->fan_supported) ? true : false; in toshiba_sysfs_is_visible()
2351 exists = (drv->kbd_illum_supported) ? true : false; in toshiba_sysfs_is_visible()
2353 exists = (drv->kbd_mode == SCI_KBD_MODE_AUTO) ? true : false; in toshiba_sysfs_is_visible()
2355 exists = (drv->touchpad_supported) ? true : false; in toshiba_sysfs_is_visible()
2357 exists = (drv->accelerometer_supported) ? true : false; in toshiba_sysfs_is_visible()
2359 exists = (drv->usb_sleep_charge_supported) ? true : false; in toshiba_sysfs_is_visible()
2361 exists = (drv->usb_sleep_charge_supported) ? true : false; in toshiba_sysfs_is_visible()
2363 exists = (drv->usb_rapid_charge_supported) ? true : false; in toshiba_sysfs_is_visible()
2365 exists = (drv->usb_sleep_music_supported) ? true : false; in toshiba_sysfs_is_visible()
[all …]
/linux-4.1.27/scripts/coccinelle/misc/
Dcstptr.cocci15 @r exists@
/linux-4.1.27/drivers/firmware/
Ddmi_scan.c835 bool exists; in dmi_get_date() local
840 exists = s; in dmi_get_date()
841 if (!exists) in dmi_get_date()
882 return exists; in dmi_get_date()
/linux-4.1.27/drivers/net/
DLICENSE.SRC15 expected. Although updates may occur, no commitment exists.
/linux-4.1.27/drivers/input/serio/
Di8042.c118 bool exists; member
400 port->exists = true; in i8042_start()
414 port->exists = false; in i8042_stop()
529 serio = port->exists ? port->serio : NULL; in i8042_interrupt()
540 if (likely(port->exists && !filtered)) in i8042_interrupt()
/linux-4.1.27/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.1.27/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.1.27/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.pl1791 my $exists = 0;
1795 $exists = 1;
1799 if (!$exists) {
1826 my $exists = 0;
1831 $exists = 1;
1835 if (!$exists) {
/linux-4.1.27/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_thermistor98 Note that each NTC thermistor has only _one_ thermistor; thus, only temp1 exists.
Dsubmitting-patches107 * 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.1.27/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.1.27/scripts/coccinelle/iterators/
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.1.27/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.1.27/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.1.27/drivers/pnp/pnpbios/
DKconfig22 co-exists nicely. If you have a non-ISA system that supports ACPI,
/linux-4.1.27/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.txt33 and a 'lower' filesystem. When a name exists in both filesystems, the
78 exists, else the lower.
149 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
Dext3.txt25 journal=inum When a journal already exists, this option is ignored.
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.
Dntfs.txt166 name, if it exists. If case_sensitive, you will need
Drelay.txt83 regardless of whether a channel to write into exists or not, or even
Dvfs.txt426 of the rename exists the rename should fail with -EEXIST
742 exists, and it should not block.
/linux-4.1.27/scripts/gdb/linux/
Dsymbols.py89 if re.match(module_pattern, name) and os.path.exists(name):
/linux-4.1.27/Documentation/netlabel/
Dintroduction.txt29 The communication layer exists to allow NetLabel configuration and monitoring
Ddraft-ietf-cipso-ipsecurity-01.txt40 categories or compartments, another security option (Type 133) exists and
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.txt32 serialN alias exists, then an alias must exist for each enabled UART. The
/linux-4.1.27/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt23 Required properties if child node exists:
/linux-4.1.27/Documentation/laptops/
Dtoshiba_haps.txt36 exists or is not supported.
/linux-4.1.27/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.
Dres_func.S604 | condition exists with a very large norm and a denorm. One
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Domap-usb-host.txt58 Required properties if child node exists:
/linux-4.1.27/kernel/
Dtaskstats.c310 goto exists; in add_del_listener()
314 exists: in add_del_listener()
/linux-4.1.27/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.txt141 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
DDMA-API.txt230 exists.
DHOWTO324 testing repository exists into which virtually all subsystem trees are
Dkernel-docs.txt683 Description: Gary's Encyclopedia exists to allow the rapid finding
DIPMI.txt45 manual), choose the 'IPMI SI handler' option. A driver also exists
/linux-4.1.27/arch/x86/
DMakefile_32.cpu4 #-mtune exists since gcc 3.4
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/reset/
Dreset.txt11 ordinate module is reset). This binding exists to represent the provider and
/linux-4.1.27/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.
/linux-4.1.27/Documentation/misc-devices/
Dbh1770glc.txt31 Proximity low interrupt doesn't exists in the chip. This is simulated
/linux-4.1.27/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.1.27/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.1.27/fs/btrfs/
Dextent_io.c4858 struct extent_buffer *eb, *exists = NULL; in alloc_test_extent_buffer() local
4878 exists = find_extent_buffer(fs_info, start); in alloc_test_extent_buffer()
4879 if (exists) in alloc_test_extent_buffer()
4897 return exists; in alloc_test_extent_buffer()
4909 struct extent_buffer *exists = NULL; in alloc_extent_buffer() local
4937 exists = (struct extent_buffer *)p->private; in alloc_extent_buffer()
4938 if (atomic_inc_not_zero(&exists->refs)) { in alloc_extent_buffer()
4942 mark_extent_buffer_accessed(exists, p); in alloc_extent_buffer()
4945 exists = NULL; in alloc_extent_buffer()
4980 exists = find_extent_buffer(fs_info, start); in alloc_extent_buffer()
[all …]
Dtree-log.c1631 int exists; in replay_one_name() local
1651 exists = btrfs_lookup_inode(trans, root, path, &log_key, 0); in replay_one_name()
1652 if (exists == 0) in replay_one_name()
1653 exists = 1; in replay_one_name()
1655 exists = 0; in replay_one_name()
1694 if (!exists) in replay_one_name()
Dsend.c3009 int exists = 0; in add_pending_dir_move() local
3031 exists = 1; in add_pending_dir_move()
3051 if (exists) { in add_pending_dir_move()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt14 exists for Davinci VPFE, which is now being changed to Media Controller
/linux-4.1.27/Documentation/watchdog/
Dhpwdt.txt16 basic application exists in the Documentation/watchdog/src directory called
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/drm/imx/
Dldb.txt40 - fsl,dual-channel : boolean. if it exists, only LVDS channel 0 should
/linux-4.1.27/Documentation/security/
DYama.txt41 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.txt134 "rwxat-". If a rule for a given subject and object exists it will be
451 directory. It is possible that a user may be able to see that a file exists
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO54 exists. This is helpful when Unix extensions are negotiated to
/linux-4.1.27/arch/powerpc/platforms/pseries/
DKconfig131 interfaces to retrieve counters. GPCI exists on Power 6 and later
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt55 On Tegra30, Tegra114 and Tegra124, if the 'i2c-thermtrip' subnode exists,
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs.txt94 (allways exists)
Dnfs.txt78 (2) If no valid entry exists, the helper script '/sbin/nfs_cache_getent'
Dnfsroot.txt183 file exists and the kernel can execute it, root filesystem related
/linux-4.1.27/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
DHD-Audio.txt30 This should be fixed in future if such hardware really exists.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt4 device that exists on this bus, a child node should be created. See
/linux-4.1.27/Documentation/scheduler/
Dsched-domains.txt39 the parent sched_domain (if it exists), and the parent of the parent and so
/linux-4.1.27/Documentation/trace/
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.
/linux-4.1.27/Documentation/device-mapper/
Dlog-writes.txt140 the fsck command exists abnormally.
Dcache.txt91 worry about coherency. Coherency that exists is maintained, although
/linux-4.1.27/arch/arc/mm/
Dtlbex.S314 ; If PTE exists, it will setup, r0 = PTE, r1 = Ptr to PTE, r2 = EFA
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Diommu.txt80 be used for address translation. If a "dma-ranges" property exists in the
/linux-4.1.27/Documentation/vm/
Dpagemap.txt99 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.1.27/arch/sh/mm/
DKconfig14 On other systems (such as the SH-3 and 4) where an MMU exists,
/linux-4.1.27/Documentation/gpio/
Dsysfs.txt90 This file exists only if the pin can be configured as an
Ddriver.txt153 below exists.
/linux-4.1.27/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
1222 node. The "reg" property for each node that exists directly under the
1255 In addition, a logical 'interrupt tree' exists which represents the
/linux-4.1.27/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
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.1.27/Documentation/ABI/stable/
Dsysfs-class-tpm119 ated at TPM menufacture time and exists for the life of the
/linux-4.1.27/fs/ext4/
Dextents.c2153 int exists, depth = 0, err = 0; in ext4_fill_fiemap_extents() local
2181 exists = 0; in ext4_fill_fiemap_extents()
2210 exists = 1; in ext4_fill_fiemap_extents()
2216 if (!exists) { in ext4_fill_fiemap_extents()
2234 if (!exists && next_del) { in ext4_fill_fiemap_extents()
2235 exists = 1; in ext4_fill_fiemap_extents()
2271 if (exists) { in ext4_fill_fiemap_extents()
/linux-4.1.27/Documentation/virtual/kvm/
Dppc-pv.txt22 Linux is running on KVM, a node /hypervisor exists. That node contains a
Dmmu.txt201 parent_ptes points at this single spte, otherwise, there exists multiple
368 exists when an spte created with cr0.wp=0 and cr4.smep=0 is used after
/linux-4.1.27/Documentation/arm/
DBooting186 CPU must be in SVC mode. (A special exception exists for Angel)
/linux-4.1.27/
DREPORTING-BUGS144 That said, it's still useful for a kernel maintainer to know a bug exists
/linux-4.1.27/Documentation/pps/
Dpps.txt161 PPS source is connected to (if it exists).
/linux-4.1.27/kernel/trace/
Dftrace.c4609 bool exists; in ftrace_set_func() local
4630 exists = false; in ftrace_set_func()
4633 exists = true; in ftrace_set_func()
4640 if (!exists) { in ftrace_set_func()
4646 if (exists) { in ftrace_set_func()
/linux-4.1.27/drivers/thermal/
DKconfig108 reduction. An ACPI version of this already exists
/linux-4.1.27/Documentation/usb/
Dpersist.txt125 solution is much quicker and easier -- and it exists now, a giant
/linux-4.1.27/arch/powerpc/platforms/
DKconfig322 Supports for the ULI1575 PCIe south bridge that exists on some
/linux-4.1.27/Documentation/driver-model/
Dplatform.txt52 actually exists; sometimes platform setup code can't be sure. The probing
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt211 that only exists in future kernels will be correctly emulated (by
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt362 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
397 children of the parent group. If ct_group_ops->make_group() exists,
/linux-4.1.27/Documentation/frv/
Dfeatures.txt277 or CLONE_VM'd group of tasks for as long as it exists. However, since the
/linux-4.1.27/drivers/edac/
DKconfig216 i7 Core (Nehalem) Integrated Memory Controller that exists on
/linux-4.1.27/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.1.27/arch/arm/boot/dts/
Dste-nomadik-stn8815.dtsi262 /* This apparently exists as well */
/linux-4.1.27/Documentation/devicetree/bindings/
Dmarvell.txt75 device that exists on this bus, a child node should be created. See
/linux-4.1.27/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.1.27/Documentation/development-process/
D1.Intro179 exists. Should that happen, getting your code merged will become much
/linux-4.1.27/arch/x86/math-emu/
DREADME144 extensively tested yet. A major problem exists because using it in
/linux-4.1.27/Documentation/cdrom/
Dide-cd190 driver to assume that one exists by using a lilo option of the
/linux-4.1.27/Documentation/scsi/
Dscsi_fc_transport.txt329 infrastructure exists to support NPIV, and complete the first part of
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt485 entry still exists (on systems without udev).
/linux-4.1.27/Documentation/input/
Datarikbd.txt27 exists in that position on a particular keyboard. The break code for each key
/linux-4.1.27/Documentation/PCI/
Dpci.txt332 on systems where System RAM exists above 4G _physical_ address.
/linux-4.1.27/drivers/block/
Drbd.c1440 bool exists) in obj_request_existence_set() argument
1442 if (exists) in obj_request_existence_set()
/linux-4.1.27/Documentation/spi/
Dspi-summary83 dedicated SPI controller exists, GPIO pins can be used to create a
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt680 When releasepage() is being implemented, a special FS-Cache function exists to
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped1539 /* Only push if top exists. Otherwise, replace top. */

12