Home
last modified time | relevance | path

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

1234567

/linux/Documentation/locking/
H A 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).
/linux/Documentation/admin-guide/hw-vuln/
H A Dattack_vector_controls.rst40 systems, consider disabling user-to-kernel mitigations.
59 If no untrusted userspace applications are being run, consider disabling
79 If no untrusted VMs are being run, consider disabling guest-to-host mitigations.
93 If no untrusted VMs, or only a single VM is being run, consider disabling
166 'off' is equivalent to disabling all attack vectors.
225 1 -- Can be mitigated without disabling SMT.
/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-disable14 The preferred method of disabling SELinux is via the "selinux=0" boot
23 and only one of the major distributions, Fedora, supports disabling
/linux/Documentation/tools/rtla/
H A Drtla-hwnoise.rst23 running with *interrupts disabled*. By disabling interrupts, and the scheduling
81 For example, by disabling hyper-threading to remove the hardware noise,
82 and disabling the TSC watchdog to remove the NMI (it is possible to identify
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.h29 bool disabling; member
/linux/Documentation/arch/arm64/
H A 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.
H A Dlegacy_instructions.rst33 enabling/disabling of hardware support for the execution of these
/linux/arch/arm/boot/compressed/
H A Dhead-xscale.S30 @ disabling MMU and caches
H A Dhead-sa1100.S40 @ disabling MMU and caches
/linux/Documentation/devicetree/bindings/powerpc/opal/
H A Dsensor-groups.txt26 sensor groups like clearing min/max, enabling/disabling sensor
/linux/Documentation/hwmon/
H A Dtps23861.rst26 as well as enabling/disabling the four ports.
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2924 bool disabling; in drm_atomic_helper_commit_planes() local
2931 disabling = drm_atomic_plane_disabling(old_plane_state, in drm_atomic_helper_commit_planes()
2942 if (!disabling && !plane_crtc_active(new_plane_state)) in drm_atomic_helper_commit_planes()
2944 if (disabling && !plane_crtc_active(old_plane_state)) in drm_atomic_helper_commit_planes()
2951 if (disabling && funcs->atomic_disable) { in drm_atomic_helper_commit_planes()
2961 } else if (new_plane_state->crtc || disabling) { in drm_atomic_helper_commit_planes()
2964 if (!disabling && funcs->atomic_enable) { in drm_atomic_helper_commit_planes()
3039 bool disabling; in drm_atomic_helper_commit_planes_on_crtc() local
3049 disabling = drm_atomic_plane_disabling(old_plane_state, new_plane_state); in drm_atomic_helper_commit_planes_on_crtc()
3051 if (disabling && plane_funcs->atomic_disable) { in drm_atomic_helper_commit_planes_on_crtc()
[all …]
/linux/Documentation/trace/coresight/
H A Dcoresight-dummy.rst19 disabling them. It also provides the Coresight dummy sink/source paths for
/linux/Documentation/driver-api/mmc/
H A Dmmc-tools.rst18 - Set the eMMC data sector size to 4KB by disabling emulation.
/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c146 bool disabling; member
946 if (dev->eps[i].disabling) { in raw_ioctl_ep_disable()
958 dev->eps[i].disabling = true; in raw_ioctl_ep_disable()
967 dev->eps[i].disabling = false; in raw_ioctl_ep_disable()
1001 if (dev->eps[i].disabling) { in raw_ioctl_ep_set_clear_halt_wedge()
1088 if (ep->disabling) { in raw_process_ep_io()
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-wideband-receiver.rst37 allows enabling or disabling it.
/linux/drivers/pmdomain/bcm/
H A DKconfig32 is used for disabling and enabling SoC devices.
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-gprimeltecan.dts79 * Define empty nodes to allow disabling the unused
/linux/Documentation/devicetree/bindings/arm/firmware/
H A Dsdei.txt10 and enabling/disabling events. Functions are invoked by trapping to the
/linux/Documentation/gpu/amdgpu/
H A Dras.rst62 This test tests disabling of RAS features for each IP block.
/linux/Documentation/driver-api/usb/
H A 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/Documentation/dev-tools/
H A Dpropeller.rst88 - For disabling one file::
92 - For disabling all files in one directory::
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst102 collisions. This is one of very rare circumstances where disabling auto-
148 - some other device or device driver hogging the bus or disabling interrupts.
177 with all. This can be fixed by disabling PnP support using the 3Com-supplied
/linux/Documentation/driver-api/
H A Dregulator.rst75 Enabling and disabling
78 The regulator API provides reference counted enabling and disabling of
/linux/Documentation/ABI/obsolete/
H A Dsysfs-class-typec40 with the port alternate modes it can be used for disabling

1234567