/linux-4.4.14/Documentation/ |
D | preempt-locking.txt | 32 protect these situations by disabling preemption around them. 67 Data protection under preemption is achieved by disabling preemption for the 86 disabling preemption - any spin_unlock() decreasing the preemption count 88 So use this implicit preemption-disabling property only if you know that the 123 in doubt, rely on locking or explicit preemption disabling. 125 Note in 2.5 interrupt disabling is now only per-CPU (e.g. local).
|
D | clk.txt | 232 default disabling of unused clocks. For example, if drivers aren't enabling 234 the disabling means that the driver will remain functional while the issues 237 To bypass this disabling, include "clk_ignore_unused" in the bootargs to the
|
D | lockup-watchdogs.txt | 73 Of course, disabling it by default on the nohz_full cores means that
|
D | rfkill.txt | 12 The rfkill subsystem provides a generic interface to disabling any radio
|
D | pnp.txt | 42 -disabling a device
|
D | local_ops.txt | 26 require disabling interrupts to protect from interrupt handlers and it permits
|
D | padata.txt | 39 There are functions for enabling and disabling the instance:
|
D | this_cpu_ops.txt | 107 reserved for a specific processor. Without disabling preemption in the
|
D | media-framework.txt | 305 notification callback will be called before enabling and after disabling
|
D | bcache.txt | 348 These determines how many errors we accept before disabling the cache.
|
D | vfio.txt | 95 for disabling driver probing/locking a device.
|
D | memory-barriers.txt | 35 - Interrupt disabling functions. 1902 with interrupt disabling operations. 2446 This may be alleviated - at least in part - by disabling local interrupts (a 2485 likely, then interrupt-disabling locks should be used to guarantee ordering.
|
D | kmemcheck.txt | 171 some real errors, but disabling it would probably produce a lot of
|
D | kprobes.txt | 714 change each probe's disabling state. This means that disabled kprobes (marked
|
D | kernel-parameters.txt | 2294 disabling idmapping, which can make migration from
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 41 supports disabling and resuming devices at any time. 46 This sleep controller only supports disabling devices during system 53 disabling. This sleep controller does not support configuring devices
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 73 responsible for enabling and disabling SR-IOV devices when the 77 first disabling all VFs attached to that PF. s-Par handles this 92 responsible for enabling and disabling SR-IOV devices when the 96 first disabling all VFs attached to that PF. s-Par handles this
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | gpio-backlight.txt | 5 - gpios: describes the gpio that is used for enabling/disabling the backlight.
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | gpio-gate-clock.txt | 10 - enable-gpios : GPIO reference for enabling and disabling the clock.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/ |
D | s3fwrn5.txt | 8 - s3fwrn5,en-gpios: Output GPIO pin used for enabling/disabling the chip
|
D | pn544.txt | 9 - enable-gpios: Output GPIO pin used for enabling/disabling the PN544
|
D | nxp-nci.txt | 9 - enable-gpios: Output GPIO pin used for enabling/disabling the chip
|
D | st21nfca.txt | 9 - enable-gpios: Output GPIO pin used for enabling/disabling the ST21NFCA
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head-xscale.S | 29 @ disabling MMU and caches
|
/linux-4.4.14/security/apparmor/ |
D | Kconfig | 26 kernel parameter will default to 0, disabling AppArmor at
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 17 For hardware which supports disabling ramp rate, it should be explicitly 18 initialised to zero (regulator-ramp-delay = <0>) for disabling ramp delay.
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | Kconfig | 37 use wireless feature, disabling this option saves memory. As
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | interface.txt | 31 - ti,bit-shift : bit shift for the bit enabling/disabling the clock (default 0)
|
/linux-4.4.14/security/selinux/ |
D | Kconfig | 34 default to 0, disabling SELinux at bootup. If this option is 49 support runtime disabling of SELinux, e.g. from /sbin/init, for
|
/linux-4.4.14/Documentation/x86/ |
D | usb-legacy-support.txt | 35 Problem 2) can currently only be solved by either disabling HIGHMEM64G
|
/linux-4.4.14/Documentation/arm64/ |
D | legacy_instructions.txt | 26 enabling/disabling of hardware support for the execution of these
|
D | arm-acpi.txt | 308 correctly enabling and disabling resources as they are needed. In order to
|
/linux-4.4.14/Documentation/networking/ |
D | 3c509.txt | 93 collisions. This is one of very rare circumstances where disabling auto- 134 - some other device or device driver hogging the bus or disabling interrupts. 156 with all. This can be fixed by disabling PnP support using the 3Com-supplied
|
D | cxgb.txt | 50 After disabling adaptive-rx, the timer latency value will be set to 50us. 51 You may set the timer latency after disabling adaptive-rx: 59 You may also provide a timer latency value while disabling adaptive-rx:
|
D | timestamping.txt | 233 for instance by enabling TCP_NODELAY and disabling TCP_CORK and 306 explicitly disabling PMTU discovery. If an outgoing packet is fragmented,
|
D | e1000e.txt | 228 loading or enabling the driver, try disabling this feature.
|
D | bonding.txt | 418 Specifies the time, in milliseconds, to wait before disabling
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 1238 bool disabling; in drm_atomic_helper_commit_planes() local 1245 disabling = drm_atomic_plane_disabling(plane, old_plane_state); in drm_atomic_helper_commit_planes() 1255 if (!disabling && !plane_crtc_active(plane->state)) in drm_atomic_helper_commit_planes() 1257 if (disabling && !plane_crtc_active(old_plane_state)) in drm_atomic_helper_commit_planes() 1264 if (disabling && funcs->atomic_disable) in drm_atomic_helper_commit_planes() 1266 else if (plane->state->crtc || disabling) in drm_atomic_helper_commit_planes()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | s2mpa01.txt | 28 (default), 25000, or 50000. May be 0 for disabling the ramp delay on
|
D | s2mps11.txt | 62 BUCK[2/3/4/6] supports disabling ramp delay on hardware, so explicitly
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 40 disabling the suspend signal to the PHY.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6qdl-gw552x.dtsi | 15 /* these are used by bootloader for disabling nodes */
|
D | imx6qdl-gw51xx.dtsi | 15 /* these are used by bootloader for disabling nodes */
|
D | imx6qdl-gw551x.dtsi | 51 /* these are used by bootloader for disabling nodes */
|
D | imx6qdl-gw52xx.dtsi | 15 /* these are used by bootloader for disabling nodes */
|
D | imx6qdl-gw53xx.dtsi | 15 /* these are used by bootloader for disabling nodes */
|
D | imx6q-gw5400-a.dts | 20 /* these are used by bootloader for disabling nodes */
|
D | tegra30-colibri.dtsi | 176 * temperature sensor therefore requires disabling for
|
D | imx6qdl-gw54xx.dtsi | 15 /* these are used by bootloader for disabling nodes */
|
D | tegra30-apalis.dtsi | 398 * temperature sensor therefore requires disabling for
|
D | omap3-pandora-common.dtsi | 211 * disabling this regulator causes current leakage, and LCD flicker
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 58 global control methods(*) and the disabling of nonboot CPUs 62 control methods(*), the disabling of nonboot CPUs and suspending of 132 If the "processors" test fails, the disabling/enabling of nonboot CPUs does not
|
D | charger-manager.txt | 134 Manager will try to recharge the battery by disabling and enabling
|
D | runtime_pm.txt | 232 - used for disabling the helper functions (they work normally if this is 478 - clear the power.use_autosuspend flag, disabling autosuspend delays 641 Hence disabling runtime PM temporarily like this will not cause any runtime
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | PROBLEMS | 22 try disabling features of your PCI chipset in the BIOS setup.
|
/linux-4.4.14/Documentation/cpuidle/ |
D | sysfs.txt | 89 example, it is not coherent, i.e. if one is disabling a light state,
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 51 the kernel, there is no way of disabling the watchdog once it has been 64 stop pinging the watchdog without disabling it first. This will then
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | machinecheck | 27 64bit Hex bitmask enabling/disabling specific subevents for bank N
|
/linux-4.4.14/arch/arm/mach-realview/ |
D | Kconfig | 126 offset. On the PBX board, disabling this option allows 1GB of
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-iov-howto.txt | 32 enabling and disabling of the capability via API provided by SR-IOV core.
|
D | pci-error-recovery.txt | 403 with temporarily disabling that IRQ number during error processing (this
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.davinci-vpbe | 75 disabling appropriate features of the OSD.
|
D | fimc.txt | 71 Reconfiguration is done by enabling/disabling media links created by the driver
|
D | omap3isp.txt | 184 enabling the function. When disabling a function the configuration pointer is
|
D | vivid.txt | 188 each enabling (1) or disabling (0) one of the features: 211 each enabling (1) or disabling (0) one of the features:
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 122 for disabling demangling. 126 for disabling kernel demangling.
|
D | perf-record.txt | 54 enabling time stamping. 0 for disabling time stamping.
|
D | intel-pt.txt | 497 Snapshot mode and event disabling
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 421 Enabling or disabling the leader of a group enables or disables the 423 counters in the group will count. Enabling or disabling a member of a 424 group other than the leader only affects that counter - disabling an
|
/linux-4.4.14/arch/um/ |
D | Kconfig.char | 19 Unless you have a specific reason for disabling this, say Y.
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 35 enabling or disabling smart wakeup.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 36 single thread performance can vary. By explicitly disabling the boost
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 11 Commands for enabling/disabling audio mode:
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 259 anything, try disabling/enabling this option (or disabling/enabling
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 100 - disabling packet processing logic
|
D | dsa.txt | 500 fully disabling a given switch port. DSA takes care of marking the port with
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 245 # We do not currently support disabling HIGHMEM on tilepro. 280 # We do not currently support disabling NUMA.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 62 disabling internal LOAD/STORE. Was applied up to revision 1.
|
D | in2000.txt | 135 I believe that disabling disconnects (DIS_NEVER) will allow you
|
D | ChangeLog.ncr53c8xx | 322 This also fixes a bug triggered when disabling tagged command
|
D | BusLogic.txt | 422 enable or disable Tagged Queuing is provided primarily to allow disabling
|
D | ChangeLog.1992-1997 | 990 * aha152x.c: Add support for disabling the parity check. Update
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 53 impairs performance by disabling interrupts, dirtying cache lines between
|
D | events.txt | 314 examples would be enabling or disabling other trace events or invoking
|
D | ftrace.txt | 189 has a side effect of enabling or disabling specific functions 870 name of the task, disabling this option can lower the 2152 Two files are used, one for enabling and one for disabling the
|
/linux-4.4.14/Documentation/input/ |
D | gameport-programming.txt | 177 Close() should free the resources allocated by open, possibly disabling the
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 83 parent shall take effect. Note that merely disabling a device tree node does
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_mode_neon.txt | 33 another core). Lazy restore is implemented by disabling the NEON/VFP unit after
|
D | cluster-pm-race-avoidance.txt | 34 disabling those mechanisms may itself be a non-atomic operation (such as
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 143 Comment: 'raw' because hardware enabling/disabling must be atomic /wrt
|
D | api.txt | 1517 the GSI vector to zero means disabling the interrupt. 3580 get handled by the kernel or not. Enabling or disabling in-kernel
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 172 hand, they might be even better served by disabling NO_HZ_FULL
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 940 "problematic_lock", disabling irq via 985 RCU allows such interrupt-disabling to be dispensed with. 986 Thus, without RCU, you pay the cost of disabling interrupts, 991 interrupt-disabling approach. Others might argue that 993 the positive overhead of the interrupt-disabling scheme
|
D | checklist.txt | 321 Similarly, disabling preemption is not an acceptable substitute 323 disabling where it should be using rcu_read_lock() will break
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-single.txt | 17 available and same for all registers; if not specified, disabling of
|
D | brcm,bcm11351-pinctrl.txt | 166 - disabling pin bias
|
/linux-4.4.14/drivers/net/hamradio/ |
D | Kconfig | 109 line. Say Y here to foil this by explicitly disabling the receiver
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig | 288 will also generate a notice in the boot log before disabling
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 84 process can be simplified by disabling these features when running
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 39 TODO: dynamic enabling and disabling of the pid-filter in regard to number of
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 351 workaround of disabling interrupts, it can conflict with DMA
|
/linux-4.4.14/net/ |
D | Kconfig | 192 Enabling or disabling this option doesn't enable or disable
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 113 the clocks required for enabling and disabling SEC 4.0.
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 103 Though this can be overcome by disabling the latency_mode, it may increase
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 830 Support for enabling/disabling the WLAN interface on the OLPC XO-1 913 tristate "Intel Smart Connect disabling driver"
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 1261 power dissipation by disabling the clock to the processor core (CCLK). 1279 dissipation by disabling the clock to the processor core (CCLK).
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 121 bfa_fsm_state_decl(bfa_ioc, disabling, struct bfa_ioc, enum ioc_event); 189 bfa_fsm_state_decl(bfa_iocpf, disabling, struct bfa_iocpf, enum iocpf_event);
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 173 mount option to allow disabling the CIFS Unix Extensions for just 341 Add mount option for disabling the default behavior of sending byte range lock 810 allows disabling caching of attribute information for
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 735 disabling interrupts around the atomic sequence.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 429 To know what happens, disabling OOM_Kill as per "10. OOM Control" (below) and 623 NOTE1: Enabling/disabling will fail if either the cgroup already has other
|
D | blkio-controller.txt | 445 selective disabling of cgroup writeback support which is helpful when
|
/linux-4.4.14/Documentation/fb/ |
D | matroxfb.txt | 124 nopan - create initial consoles with vyres = yres, thus disabling virtual
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 259 aggressive real-time workloads, which have the option of disabling
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | entry.S | 385 * PS.INTLEVEL is set to LOCKLEVEL disabling furhter interrupts,
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 206 doesn't allow disabling an specific hotkey, the driver will not report 640 and, on the X40, video corruption. By disabling automatic switching, 1215 Placing a fan on level 0 is the same as disabling it. Enabling a fan
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1098 Enables hooks to interrupt enabling and disabling for 1214 disabling, allowing multiple RCU-lockdep warnings to be printed 1730 As all changes to the FireWire bus such as enabling and disabling
|
/linux-4.4.14/init/ |
D | Kconfig | 1401 Note that disabling this option is more secure but might break 1465 numerous fatal conditions. You should only consider disabling this 1688 This option allows the disabling of the VM event counters
|
/linux-4.4.14/Documentation/filesystems/ |
D | relay.txt | 469 within the kernel application, such as enabling/disabling logging to
|
D | ext4.txt | 194 disabling barriers may safely improve performance.
|
D | proc.txt | 1466 task or completely disabling it. The lowest possible value, -1000, is 1467 equivalent to disabling oom killing entirely for that task since it will always
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_core.c | 229 bfa_fsm_state_decl(bfa_iocfc, disabling, struct bfa_iocfc_s, enum iocfc_event);
|
D | bfa_ioc.c | 146 bfa_fsm_state_decl(bfa_ioc, disabling, struct bfa_ioc_s, enum ioc_event); 233 bfa_fsm_state_decl(bfa_iocpf, disabling, struct bfa_iocpf_s, enum iocpf_event);
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 392 bool "Support for enabling/disabling CPUs"
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 812 Warning: disabling this option may break user programs.
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 143 #warning Typhoon only supports 32 entries in its SG list for TSO, disabling TSO
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2213 anything, try disabling/enabling this option (or disabling/enabling 2225 5) pass the "mem=4M" option to the kernel (thereby disabling
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 158 * function completed, notify the host after disabling any 1867 * disabling SCSIEN until we see the first REQ from the
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 362 loaded before disabling the syscall, allowing a system to set up (and
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 141 modified by enabling the permissions in the third string and disabling
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 211 interrupt context, the wait_lock can be taken without disabling interrupts.
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1199 register, thus disabling hit-under-miss without putting the
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1712 half duplex mode through 8-bit DMA channel by disabling their
|