Home
last modified time | relevance | path

Searched refs:removal (Results 1 – 25 of 115) sorted by relevance

12345

/Linux-v5.4/arch/powerpc/platforms/powernv/
DKconfig30 bool "Enable removal of RAM from kernel mappings for tracing"
33 Enabling this option allows for the removal of memory (RAM)
/Linux-v5.4/drivers/of/unittest-data/
Doverlay_6.dts6 /* overlays 6, 7 application and removal in sequence */
Doverlay_7.dts6 /* overlays 6, 7 application and removal in sequence */
Doverlay_8.dts6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
Doverlay_9.dts6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
Doverlay_11.dts6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
Doverlay_10.dts6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
/Linux-v5.4/drivers/staging/media/soc_camera/
DTODO1 The SoC camera framework is obsolete and scheduled for removal in the near
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dqcom,msm8916-wcd-analog.txt16 "mbhc_ins_rem_det1" - jack insert removal detect interrupt 1.
19 "mbhc_ins_rem_det" - jack insert removal detect interrupt.
Dsirf-audio.txt14 insertion, removal.
Domap-abe-twl6040.txt16 insertion, removal.
/Linux-v5.4/drivers/staging/sm750fb/
DTODO6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
/Linux-v5.4/Documentation/filesystems/
Defivarfs.txt21 as immutable files. This doesn't prevent removal - "chattr -i" will work -
/Linux-v5.4/drivers/staging/ks7010/
DTODO27 - fix the 'card removal' event when card is inserted when booting
/Linux-v5.4/Documentation/networking/
Dsctp.txt25 module removal of lksctp is not yet a safe activity.
/Linux-v5.4/Documentation/sound/designs/
Djack-controls.rst21 intelligently based on jack insertion or removal events.
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt40 removal of listening sockets, and startup and shutdown of the server.
/Linux-v5.4/Documentation/core-api/
Dcpu_hotplug.rst18 insertion and removal require support for CPU hotplug.
192 During the removal of a hotplug state the teardown callback will be invoked.
216 On removal of the instance: ::
225 removal of a state because usually the operation needs to performed once a CPU
227 each registration and removal function is also available with a ``_nocalls``
/Linux-v5.4/Documentation/driver-api/soundwire/
Dlocking.rst20 - Addition and removal of Slave(s), changing Slave status.
/Linux-v5.4/Documentation/RCU/
DwhatisRCU.txt55 The basic idea behind RCU is to split updates into "removal" and
56 "reclamation" phases. The removal phase removes references to data items
59 The reason that it is safe to run the removal phase concurrently with
64 removal phase. Because reclaiming data items can disrupt any readers
68 Splitting the update into removal and reclamation phases permits the
69 updater to perform the removal phase immediately, and to defer the
70 reclamation phase until all readers active during the removal phase have
73 during the removal phase need be considered, because any reader starting
74 after the removal phase will be unable to gain a reference to the removed
98 pointers are atomic on modern CPUs, allowing atomic insertion, removal,
[all …]
/Linux-v5.4/drivers/staging/iio/Documentation/
Dring.txt30 If possible, get the most recent scan from the buffer (without removal).
Dinkernel.txt33 on to the core via a call to iio_map_array_register. On removal,
/Linux-v5.4/Documentation/translations/
Dindex.rst38 English documentation. Any content addition, removal or update, must be
/Linux-v5.4/Documentation/kbuild/
DKconfig.recursion-issue-0137 # obvious that an easy to solution to this problem should just be the removal
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c1998 struct iwl_trans_pcie_removal *removal = in iwl_trans_pcie_removal_wk() local
2000 struct pci_dev *pdev = removal->pdev; in iwl_trans_pcie_removal_wk()
2010 kfree(removal); in iwl_trans_pcie_removal_wk()
2065 struct iwl_trans_pcie_removal *removal; in iwl_trans_pcie_grab_nic_access() local
2084 removal = kzalloc(sizeof(*removal), GFP_ATOMIC); in iwl_trans_pcie_grab_nic_access()
2085 if (!removal) { in iwl_trans_pcie_grab_nic_access()
2095 removal->pdev = to_pci_dev(trans->dev); in iwl_trans_pcie_grab_nic_access()
2096 INIT_WORK(&removal->work, iwl_trans_pcie_removal_wk); in iwl_trans_pcie_grab_nic_access()
2097 pci_dev_get(removal->pdev); in iwl_trans_pcie_grab_nic_access()
2098 schedule_work(&removal->work); in iwl_trans_pcie_grab_nic_access()

12345