| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 58 - remove typecast for constants - a U postfix marks them 150 * Implemented Christoph Hellwig's feedback from 02/05: Remove 184 * Integrated Christoph Hellwig's patch from 1/30: Remove usage of 187 * Integrated Christoph Hellwig's patch from 1/30: remove shim 188 lpfc_alloc_transport_attr - remove shim lpfc_alloc_shost_attrs - 189 remove shim lpfc_scsi_host_init - allocate phba mem in scsi's 200 * Integrated Christoph Hellwig's patch from 1/30: remove unused 201 lpfc_hba_list; remove unused lpfc_rdrev_wd30; remove 236 * Remove ELS ring handling leftovers from the lpfc_sli_inter(). 257 * In lpfc_workq_post_event, clean up comment formatting and remove [all …]
|
| H A D | ChangeLog.ncr53c8xx | 23 - Remove trailing argument #2 from a couple of #undefs. 27 - Remove the PROFILE C and SCRIPTS code. 118 - Remove the dead code that broke driver 3.2d. 127 - Remove the compilation condition about having to acquire the 139 - Remove the compilation condition about having to acquire the 153 - Remove some deprecated code. 168 - Remove nvram layouts and driver set-up structures from the C source, 212 - Remove 2 useless lines of code. 255 Remove the special case for 32 tags. Now the driver only uses the 324 - Remove the ncr_opennings() stuff that was useless under Linux [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fltr.c | 154 * ice_fltr_remove_mac_list - remove list of MAC filters 174 * ice_fltr_remove_vlan_list - remove list of VLAN filters 195 * ice_fltr_remove_eth_list - remove list of ethertype filters 205 * ice_fltr_remove_all - remove all filters associated with VSI 299 * ice_fltr_prepare_mac - add or remove MAC rule 303 * @mac_action: pointer to add or remove MAC function 324 * ice_fltr_prepare_mac_and_broadcast - add or remove MAC and broadcast filter 328 * @mac_action: pointer to add or remove MAC function 353 * ice_fltr_prepare_vlan - add or remove VLAN filter 356 * @vlan_action: pointer to add or remove VLAN function [all …]
|
| /linux/drivers/scsi/arm/ |
| H A D | queue.h | 34 * Params : queue - queue to remove command from 41 * Purpose : remove a SCSI command from a queue 42 * Params : queue - queue to remove command from 65 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag 66 * Params : queue - queue to remove command from 77 * Purpose : remove all SCSI commands from the queue for a specified target 78 * Params : queue - queue to remove command from 97 * Purpose : remove a specific command from the queues
|
| H A D | queue.c | 157 * Purpose : remove a SCSI command from a queue 158 * Params : queue - queue to remove command from 185 * Params : queue - queue to remove command from 203 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag 204 * Params : queue - queue to remove command from 233 * Purpose : remove all SCSI commands from the queue for a specified target 234 * Params : queue - queue to remove command from 282 * Purpose : remove a specific command from the queues
|
| /linux/scripts/ |
| H A D | checkincludes.pl | 4 # checkincludes: find/remove files included more than once 10 # to remove them in place. Note that this will not take into 20 print "To remove duplicated includes in place use -r\n"; 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
| H A D | Makefile.vmlinux | 84 remove-section-y := .modinfo 85 remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel*' '!.rel*.dyn' 88 remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel.*' 90 remove-symbols := -w --strip-unneeded-symbol='__mod_device_table__*' 93 # it is necessary to remove the PT_LOAD flag from the segment. 95 cmd_strip_relocs = $(OBJCOPY) $(patsubst %,--set-section-flags %=noload,$(remove-section-y)) $< $@; \ 96 $(OBJCOPY) $(addprefix --remove-section=,$(remove-section-y)) $(remove-symbols) $@
|
| H A D | bloat-o-meter | 56 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 67 remove += 1 85 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 88 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 91 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ 92 (add, remove, grow, shrink, up, -down, up-down))
|
| /linux/kernel/power/ |
| H A D | qos.c | 85 * @action: Action to carry out (add, update or remove). 92 * and add it to the list), PM_QOS_UPDATE_REQ (remove @node from the list, store 93 * @value in it and add it to the list again), and PM_QOS_REMOVE_REQ (remove 118 * To change the list, atomically remove, reinit with new value in pm_qos_update_target() 149 * pm_qos_flags_remove_req - Remove device PM QoS flags request. 150 * @pqf: Device PM QoS flags set to remove the request from. 151 * @req: Request to remove from the set. 168 * @req: Request to add to the set, to modify, or to remove from the set. 315 * cpu_latency_qos_remove_request - Remove existing CPU latency QoS request. 316 * @req: QoS request to remove. [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | vfio-mediated-device.rst | 36 * Add a mediated device to and remove it from a mediated bus driver 37 * Add a mediated device to and remove it from an IOMMU group 54 | | driver | | probe()/remove() | | APIs 94 * @remove: called when device removed 99 void (*remove) (struct mdev_device *dev); 130 When the driver needs to remove itself it calls:: 134 Which will unbind and destroy all the created mdevs and remove the sysfs files. 229 |--- remove 233 * remove (write only) 235 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can [all …]
|
| /linux/tools/testing/selftests/cpufreq/ |
| H A D | module.sh | 31 # remove module 70 # remove module 101 # Remove CPUs before inserting module and then bring them back 144 printf "Pass: unable to remove $2 while it is being used\n\n" 180 # remove module 215 # remove driver module 235 # remove driver module
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpadlpar_core.c | 214 /* If pci slot is hotpluggable, use hotplug to remove it */ in dlpar_remove_phb() 217 printk(KERN_ERR "%s: unable to remove hotplug slot %s\n", in dlpar_remove_phb() 321 * dlpar_remove_vio_slot - DLPAR remove a virtual I/O Slot 325 * Remove the kernel and hotplug representations of an I/O Slot. 346 * dlpar_remove_pci_slot - DLPAR remove a PCI I/O Slot 350 * Remove the kernel and hotplug representations of a PCI I/O Slot. 380 "%s: unable to remove hotplug slot %s\n", in dlpar_remove_pci_slot() 387 /* Remove all devices below slot */ in dlpar_remove_pci_slot() 398 /* Remove the EADS bridge device itself */ in dlpar_remove_pci_slot() 409 * dlpar_remove_slot - DLPAR remove an I/O Slot [all …]
|
| /linux/scripts/gdb/linux/ |
| H A D | bpf.py | 55 self.monitor.remove(gdb.parse_and_eval("ksym")) 60 def __init__(self, add, remove): argument 62 self.remove = remove 117 self.monitor.remove(gdb.parse_and_eval("prog")) 122 def __init__(self, add, remove): argument 124 self.remove = remove
|
| /linux/include/linux/ |
| H A D | devm-helpers.h | 14 * time after the remove() is ran. 19 * cleaned at remove(). If IRQs are not manually freed at remove() (and this is 21 * remove() - and before devm managed IRQs are freed - where new IRQ may fire 22 * and schedule a work item which won't be cancelled because remove() was
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr.c | 255 * reading should have no effect on ability to read / remove from 258 INSERT_READ_BOTH(true, true, "insert_read_both: remove from tree + list"); 259 INSERT_READ_BOTH(false, false, "insert_read_both: remove from neither"); 260 INSERT_READ_BOTH(true, false, "insert_read_both: remove from tree"); 261 INSERT_READ_BOTH(false, true, "insert_read_both: remove from list"); 297 INSERT_READ_BOTH(true, true, "insert_read_both_list_first: remove from tree + list"); 298 INSERT_READ_BOTH(false, false, "insert_read_both_list_first: remove from neither"); 299 INSERT_READ_BOTH(true, false, "insert_read_both_list_first: remove from tree"); 300 INSERT_READ_BOTH(false, true, "insert_read_both_list_first: remove from list"); 329 * The second read-and-remove shoul [all...] |
| /linux/drivers/mtd/nand/raw/ |
| H A D | plat_nand.c | 117 if (pdata->ctrl.remove) in plat_nand_probe() 118 pdata->ctrl.remove(pdev); in plat_nand_probe() 123 * Remove a NAND device. 135 if (pdata->ctrl.remove) in plat_nand_remove() 136 pdata->ctrl.remove(pdev); in plat_nand_remove() 147 .remove = plat_nand_remove,
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | hotplug-memory.c | 260 /* Update memory regions for memory remove */ in pseries_remove_memblock() 296 * Don't hot-remove memory that falls in fadump boot memory area in lmb_is_removable() 302 /* device_offline() will determine if we can actually remove this lmb */ in lmb_is_removable() 329 /* Update memory regions for memory remove */ in dlpar_remove_lmb() 345 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); in dlpar_memory_remove_by_count() 381 pr_err("Memory hot-remove failed, adding LMB's back\n"); in dlpar_memory_remove_by_count() 427 pr_debug("Attempting to hot-remove LMB, drc index %x\n", drc_index); in dlpar_memory_remove_by_index() 445 pr_debug("Failed to hot-remove memory at %llx\n", in dlpar_memory_remove_by_index() 459 pr_info("Attempting to hot-remove %u LMB(s) at %x\n", in dlpar_memory_remove_by_ic() 471 * is ok if they are !ASSIGNED since our goal here is to remove the in dlpar_memory_remove_by_ic() [all …]
|
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 310 * function of devices that require explicit address add/remove 364 * add/remove notifications. The unsync function may be NULL in which case 416 * __hw_addr_ref_unsync_dev - Remove synchronized addresses and references on 418 * @list: address list to remove synchronized addresses (references on it) from 422 * Remove all addresses that were added to the device by 425 * references on it) add/remove notifications. If the unsync function pointer 452 * __hw_addr_unsync_dev - Remove synchronized addresses from device 453 * @list: address list to remove synchronized addresses from 457 * Remove all addresses that were added to the device by __hw_addr_sync_dev(). 459 * functions on devices that require explicit address add/remove [all …]
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 62 ACTION!="add|remove", GOTO="hid_bpf_end" 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u…
|
| /linux/drivers/rapidio/ |
| H A D | rio-driver.c | 107 * rio_device_remove - Remove a RIO device from the system 111 * Remove a RIO device from the system. If it has an associated 112 * driver, then run the driver remove() method. Then update 121 if (rdrv->remove) in rio_device_remove() 122 rdrv->remove(rdev); in rio_device_remove() 164 * drivers, gives it a chance to clean up by calling its remove() 236 .remove = rio_device_remove,
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mmu_rb.c | 185 * mnode->handler->ops->remove() may sleep and mnode->handler->lock is a 193 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate() 209 * Does not remove mmu_rb_node from handler->lru_list or handler->rb_root. 277 /* Remove from rb tree and lru_list. */ in mmu_notifier_range_start() 288 * Work queue function to remove all nodes that have been queued up to 290 * and the remove callback can sleep while taking it, if needed. 301 /* remove anything that is queued to get removed */ in handle_remove() 310 handler->ops->remove(handler->ops_arg, node); in handle_remove()
|
| /linux/drivers/video/ |
| H A D | aperture.c | 24 * first has to remove the generic driver. Aperture functions manage 115 * .remove = generic_remove, 128 * generic driver also has to provide a remove function to make this work. 205 * Remove the device from the device hierarchy. This is the right thing in aperture_detach_platform_device() 274 * aperture_remove_conflicting_devices - remove devices in the given range 305 * __aperture_remove_legacy_vga_devices - remove legacy VGA devices of a PCI devices 318 * WARNING: Apparently we must remove graphics drivers before calling 336 * aperture_remove_conflicting_pci_devices - remove existing framebuffers for PCI devices 365 * that consumes the VGA framebuffer I/O range. Remove this in aperture_remove_conflicting_pci_devices()
|
| /linux/arch/arm/nwfpe/ |
| H A D | ChangeLog | 12 - remove userRegisters pointer from this structure. 14 * softfloat.c - Remove float128 15 * softfloat.h - Remove float128 16 * softfloat-specialize - Remove float128 81 * TODO - remove URD, NRM instructions from TODO list
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_vma_manager.c | 99 * drm_vma_offset_manager_init(). The caller must remove all allocated nodes 220 * drm_vma_offset_remove() - Remove offset node from manager 224 * Remove a node from the offset manager. If the node wasn't added before, this 297 * @tag: Tag of file to remove 306 * You must remove all open-files the same number of times as you added them 323 * @tag: Tag of file to remove 346 * drm_vma_node_revoke - Remove open-file from list of allowed users 348 * @tag: Tag of file to remove 351 * If the ref-count drops to zero, remove @tag from the list. You must call 389 * @tag: Tag of file to remove
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 19 1. Remove the block from the "bad block list". 128 ...and writing to the bad blocks will remove the blocks from the list, 140 Bad block add/remove error handling 150 Attempting to remove a bad block that doesn't exist in the list will 251 When finished, remove the device via the "dmsetup remove" command:: 253 $ sudo dmsetup remove dust1 264 This will suppress log messages from add / remove / removed by write
|