Home
last modified time | relevance | path

Searched refs:disabling (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v6.1/Documentation/locking/
Dpreempt-locking.rst35 protect these situations by disabling preemption around them.
72 Data protection under preemption is achieved by disabling preemption for the
93 disabling preemption - any cond_resched() or cond_resched_lock() might trigger
95 reschedule. So use this implicit preemption-disabling property only if you
125 Preventing preemption using interrupt disabling
132 in doubt, rely on locking or explicit preemption disabling.
134 Note in 2.5 interrupt disabling is now only per-CPU (e.g. local).
Dlocktypes.rst59 preemption and interrupt disabling primitives. Contrary to other locking
60 mechanisms, disabling preemption or interrupts are pure CPU local
162 by disabling preemption or interrupts.
165 interrupt disabling and enabling primitives:
200 local_lock should be used in situations where disabling preemption or
216 core code, low-level interrupt handling and places where disabling
253 avoid migration by disabling preemption. PREEMPT_RT kernels instead
415 interrupt disabling and locking must remain separate, PREEMPT_RT offers a
465 On a non-PREEMPT_RT kernel this protects against reentrancy by disabling
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt41 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-v6.1/Documentation/ABI/obsolete/
Dsysfs-selinux-disable11 The preferred method of disabling SELinux is via the "selinux=0" boot
20 and only one of the major distributions, Fedora, supports disabling
/Linux-v6.1/drivers/gpu/drm/imx/
Dipuv3-plane.h29 bool disabling; member
/Linux-v6.1/Documentation/devicetree/bindings/ata/
Dahci-da850.txt9 for enabling/disabling the SATA clock receiver
/Linux-v6.1/drivers/soc/bcm/bcm63xx/
DKconfig21 is used for disabling and enabling SoC devices.
/Linux-v6.1/arch/arm/boot/compressed/
Dhead-xscale.S30 @ disabling MMU and caches
/Linux-v6.1/Documentation/hwmon/
Dtps23861.rst26 as well as enabling/disabling the four ports.
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/opal/
Dsensor-groups.txt26 sensor groups like clearing min/max, enabling/disabling sensor
/Linux-v6.1/Documentation/arm64/
Dpointer-authentication.rst111 Enabling and disabling keys
141 It is recommended to avoid disabling the IA key, as this has higher performance
142 overhead than disabling any of the other keys.
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dintel,ixp4xx-gpio.txt8 actual enabling/disabling of the interrupt line is done in the
/Linux-v6.1/Documentation/driver-api/mmc/
Dmmc-tools.rst18 - Set the eMMC data sector size to 4KB by disabling emulation.
/Linux-v6.1/Documentation/devicetree/bindings/input/rmi4/
Drmi_f01.txt16 and 2 will enable nosleep (disabling sleep).
Drmi_2d_sensor.txt36 - syna,disable-report-mask: Mask for disabling posiiton reporting. Used to
/Linux-v6.1/Documentation/userspace-api/media/rc/
Dlirc-set-wideband-receiver.rst37 allows enabling or disabling it.
/Linux-v6.1/drivers/usb/gadget/legacy/
Draw_gadget.c144 bool disabling; member
894 if (dev->eps[i].disabling) { in raw_ioctl_ep_disable()
906 dev->eps[i].disabling = true; in raw_ioctl_ep_disable()
915 dev->eps[i].disabling = false; in raw_ioctl_ep_disable()
949 if (dev->eps[i].disabling) { in raw_ioctl_ep_set_clear_halt_wedge()
1036 if (ep->disabling) { in raw_process_ep_io()
/Linux-v6.1/Documentation/devicetree/bindings/mips/
Dmscc.txt32 the CPU: 8 general purpose registers, reset control, CPU en/disabling, CPU
/Linux-v6.1/Documentation/devicetree/bindings/arm/firmware/
Dsdei.txt10 and enabling/disabling events. Functions are invoked by trapping to the
/Linux-v6.1/drivers/net/ethernet/toshiba/
DKconfig38 use wireless feature, disabling this option saves memory. As
/Linux-v6.1/Documentation/gpu/amdgpu/
Dras.rst62 This test tests disabling of RAS features for each IP block.
/Linux-v6.1/arch/mips/loongson2ef/
DPlatform24 # Avoid this by explicitly disabling that assembler behaviour. If upstream
/Linux-v6.1/Documentation/driver-api/usb/
Dusb3-debug-port.rst76 [ 1815.999595] usb 4-3: LPM exit latency is zeroed, disabling LPM.
144 [ 79.475003] usb 2-2.1: LPM exit latency is zeroed, disabling LPM.
/Linux-v6.1/drivers/thermal/qcom/
DKconfig9 thermal zone device via the mode file results in disabling the sensor.
/Linux-v6.1/Documentation/devicetree/bindings/clock/ti/
Dinterface.txt32 - ti,bit-shift : bit shift for the bit enabling/disabling the clock (default 0)

123456789