Home
last modified time | relevance | path

Searched refs:removing (Results 1 – 66 of 66) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dnsrepair2.c449 u8 removing; in acpi_ns_repair_CST() local
461 removing = FALSE; in acpi_ns_repair_CST()
468 removing = TRUE; in acpi_ns_repair_CST()
478 removing = TRUE; in acpi_ns_repair_CST()
482 if (removing) { in acpi_ns_repair_CST()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-xen-blkback17 removing 5% of max_persistent_grants every 100ms.
Dpstore26 Once the information in a file has been read, removing
Dsysfs-bus-rbd7 Being used for adding and removing rbd block devices.
Dsysfs-bus-usb94 removing an ID, the driver will no longer support the
Dsysfs-bus-pci55 removing an ID, the driver will no longer support the
/linux-4.1.27/drivers/tty/
Dmips_ejtag_fdc.c164 bool removing; member
691 if (!priv->removing) in mips_ejtag_fdc_tty_timer()
1033 priv->removing = true; in mips_ejtag_fdc_tty_probe()
1065 priv->removing = true; in mips_ejtag_fdc_tty_remove()
1095 priv->removing = true; in mips_ejtag_fdc_tty_cpu_down()
1124 priv->removing = false; in mips_ejtag_fdc_tty_cpu_up()
/linux-4.1.27/Documentation/filesystems/
Defivarfs.txt18 Due to the presence of numerous firmware bugs where removing non-standard
Ddebugfs.txt169 module is unloaded without explicitly removing debugfs entries, the result
Dmandatory-locking.txt70 bit in its file mode but removing the group-execute bit. This is an otherwise
Dsysfs.txt83 structure and wrapper functions for adding and removing attributes for
Dxfs.txt42 attr2 is selected (either when setting or removing extended
Dpath-lookup.txt109 high to wait for a grace period after removing the dentry and before inserting
Dvfs.txt559 Adding and removing pages to/from an address_space is protected by the
/linux-4.1.27/Documentation/fmc/
Dparameters.txt42 golden gateware for the SPEC card, removing the leading timestamps to
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars66 removing variables:
Dsysfs-transport-srp13 layer error has been observed before removing a target port.
/linux-4.1.27/Documentation/
Dlocal_ops.txt22 removing the LOCK prefix and memory barriers normally required to synchronize
41 their UP variant must be kept. It typically means removing LOCK prefix (on
Dmemory-hotplug.txt47 (B) For installing/removing DIMMs or NUMA-nodes physically.
448 - memmap removing at memory offline.
Dcachetlb.txt67 a suitably efficient method for removing multiple page
179 a suitably efficient method for removing multiple page
Drobust-futex-ABI.txt131 When adding or removing a lock from its list of held locks, in order for
DChanges66 assembling the 16-bit boot code, removing the need for as86 to compile
Drobust-futexes.txt104 There is one race possible though: since adding to and removing from the
Dsvga.txt162 a mail as I think of removing it some day.
DIPMI.txt487 for specifying an interface. Note that when removing an interface,
489 are used for the comparison. Any options are ignored for removing.
Dinitrd.txt203 - removing all accesses to the old (initrd) root file system
DCodingStyle769 help, and the maintenance issue of removing the inline when a second user
869 removing it if GCC doesn't notice any side effects. You don't always need to
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c2840 bool removing; in rocker_port_ipv4_neigh() local
2852 removing = found && !adding; in rocker_port_ipv4_neigh()
2861 } else if (removing) { in rocker_port_ipv4_neigh()
2896 if (adding || removing) { in rocker_port_ipv4_neigh()
2953 bool removing; in rocker_port_ipv4_nh() local
2968 removing = found && !adding; in rocker_port_ipv4_nh()
2977 } else if (removing) { in rocker_port_ipv4_nh()
3380 bool removing = (lw->flags & ROCKER_OP_FLAG_REMOVE); in rocker_port_fdb_learn_work() local
3388 if (learned && removing) in rocker_port_fdb_learn_work()
3391 else if (learned && !removing) in rocker_port_fdb_learn_work()
[all …]
/linux-4.1.27/Documentation/spi/
Dspidev59 kernel and by udev/mdev). You can unbind by removing the "spidev" driver
61 by having kernel code remove the SPI device, probably by removing the driver
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO42 vfs change to support removing D_NOTIFY on a file.
DCHANGES205 Allow setting of attribute back to ATTR_NORMAL (removing readonly dos attribute
764 Fix oops on stopping oplock thread when removing cifs when
/linux-4.1.27/Documentation/scsi/
Dscsi-generic.txt49 and edit this file (removing its changelog for example) before placing it
DChangeLog.lpfc354 removing from mapped list. Pnode get nulled when the node is
515 a result of removing from the txcmpl list item which was already
828 * Fixing missing static and removing dead code.
1017 * Streamline usage of the defines CLASS2 and CLASS3, removing
1039 routine. Also, removing need for outstanding clock linked list
1058 declarations. Also removing a redundant #define ScsiResult as it
1189 lpfc_disc_state_machine, to the end of the file, removing the
DChangeLog.megaraid175 but we should also be thinking about totally removing the hardware
/linux-4.1.27/arch/um/
DKconfig.um54 by removing or changing anything in /proc which gives away the
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt21 (like removing the whole kernel tree via a single network command).
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt53 call the notification tree if the target was changed as a result of removing
124 call the notification trees if the target was changed as a result of removing
Dsuspend-and-cpuhotplug.txt219 physically removing or inserting CPUs, the CPUs are not actually powered
Druntime_pm.txt308 removing the device from device hierarchy
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt198 echo removing $m...
/linux-4.1.27/Documentation/input/
Dff.txt103 some operations (removing an effect, controlling the playback).
/linux-4.1.27/drivers/block/
Drbd.c547 bool removing = false; in rbd_open() local
554 removing = true; in rbd_open()
558 if (removing) in rbd_open()
3668 bool removing; in rbd_dev_update_size() local
3676 removing = test_bit(RBD_DEV_FLAG_REMOVING, &rbd_dev->flags); in rbd_dev_update_size()
3682 if (!removing) { in rbd_dev_update_size()
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt28 2.2 Adding/removing cpus
519 removing the old and adding the new, for each change.
655 functionality for removing Memory Nodes is available, a similar exception
781 2.2 Adding/removing cpus
Dcgroups.txt610 removing the associated interface files and invokes this callback so
/linux-4.1.27/arch/arm/mach-shmobile/include/mach/
Dhead-kzm9g.txt405 LIST "this point, and attempts at removing parts of the routine to arrive"
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt26 - allowing an EXPIRED time on cache items, and removing
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt272 Invalidation is removing an entry from the cache without writing it
Dthin-provisioning.txt195 activating or removing them both. (This differs from conventional
/linux-4.1.27/Documentation/isdn/
DREADME.sc5 computer, we recommend removing it as it will be detected but will not
/linux-4.1.27/drivers/acpi/
DKconfig320 removing memory devices at runtime, you need not enable
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc546 // removing this and having the host directly modify the channel's context
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt54 physically removing and re-seating the PCI card.
/linux-4.1.27/Documentation/trace/
Devents.txt339 The [if filter] part isn't used in matching commands when removing, so
Dftrace.txt2667 mkdir, and removing directories with rmdir. The directory created
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt431 o Use synchronize_rcu() -after- removing a data element from an
520 o Use call_rcu() -after- removing a data element from an
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt245 whether or not you have succeeded in removing OS jitter from your system.
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt334 toggling the bits in the fake hub port, which kicks hub_wq into removing
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c76 int removing; member
4266 if (!r->removing) { in _move_all_busy()
4277 r->removing = 1; in _move_all_busy()
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt254 before using the translation. We take advantage of that by removing write
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt6 performing tricks like table lookup removing superfluous code etc.
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt370 solution is to do the permission checks at open() time. Consider removing
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt1166 removing all the corresponding secondary IP addresses.
1642 authentication to protect the operations of adding or removing new
Dfilter.txt28 removing the old one and placing your new one in its place, assuming your
Dbonding.txt1366 allows for adding and removing bonds at runtime. Ifenslave is no
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt495 munlock the pages if we're removing the last VM_LOCKED VMA that maps the pages.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3875 you have a buggy gcc. You can work around the problem by removing