Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 30) sorted by relevance

12

/spdk/lib/log/
H A Dlog_deprecated.c14 const char remove[16]; member
53 assert(strnlen(remove_release, sizeof(dep->remove)) < sizeof(dep->remove)); in spdk_log_deprecation_register()
62 snprintf((char *)dep->remove, sizeof(dep->remove), "%s", remove_release); in spdk_log_deprecation_register()
99 dep->tag, dep->desc, dep->remove); in spdk_log_deprecated()
137 return deprecation->remove; in spdk_deprecation_get_remove_release()
/spdk/python/spdk/rpc/
H A D__init__.py153 # remove subsystems with no config
157 subsystems.remove(subsystem)
183 config.remove(elem)
187 subsystems.remove(subsystem)
237 config.remove(elem)
/spdk/scripts/bpf/
H A Dnvmf.bt56 printf("%d.%06d: remove qpair: %p from poll group on thread %d\n",
92 printf("%d.%06d: subsystem: %s remove host: %s\n",
104 printf("%d.%06d: subsystem: %d remove listener with trtype: %d, traddr: %s, trsvcid: %s\n",
140 printf("%d.%06d: subsystem: %s remove controller: %p on host: %s\n",
152 printf("%d.%06d: remove qpair: %p with id: %d from poll group on thread: %lu\n",
170 printf("%d.%06d: poll group: %p on thread: %lu remove subsystem: %s\n",
/spdk/test/vhost/
H A Dmanual.sh52 -shr | --scsi-hot-remove)
61 -bhr | --blk-hot-remove)
/spdk/lib/rdma_utils/
H A Drdma_utils.c324 bool add = false, remove = false; in rdma_sync_dev_list()
335 remove = true; in rdma_sync_dev_list()
339 remove = true; in rdma_sync_dev_list()
345 } else if (remove) { in rdma_sync_dev_list()
322 bool add = false, remove = false; rdma_sync_dev_list() local
/spdk/
H A Dautorun_post.py91 os.remove(cov_total)
102 os.remove(f)
134 test_completion_table.remove(["None", "None", test_name, False, False])
H A DCODE_OF_CONDUCT.md46 SPDK core maintainers have the right and responsibility to remove, edit, or reject
/spdk/scripts/
H A Drxe_cfg_small.sh12 declare -r rdma_rxe_rm=$rdma_rxe/parameters/remove
305 remove)
H A Ddpdk_mem_info.py95 heap_obj.busy_malloc_elements.remove(element)
106 self.memzones.remove(zone)
/spdk/test/common/
H A Dskipped_tests.txt70 # TODO: remove this once CI is updated with libkeyutils
H A Dskipped_build_files.txt72 # TODO: remove this once CI is updated with libkeyutils
/spdk/lib/env_dpdk/22.11/
H A Dbus_pci_driver.h135 rte_pci_remove_t *remove; /**< Device remove function. */ member
/spdk/test/setup/
H A Ddevices.sh37 dmsetup remove --force "$dm_name"
/spdk/lib/env_dpdk/22.07/
H A Drte_bus_pci.h166 rte_pci_remove_t *remove; /**< Device remove function. */ member
/spdk/test/nvmf/target/
H A Ddevice_removal.sh67 echo 1 > $(get_pci_dir $dev_name)/remove
/spdk/mk/
H A Dspdk.common.mk505 patchelf --remove-rpath "$(DESTDIR)$(bindir)/$(notdir $<)" || true
517 patchelf --remove-rpath "$(DESTDIR)$(bindir)/spdk_$(strip $(subst /,_,$(subst $(SPDK_ROOT_DIR)/examples/, ,$(CURDIR))))/$(notdir $<)" || true
/spdk/doc/
H A Dtwo.min.js41 …:"pause",update:"update",render:"render",resize:"resize",change:"change",remove:"remove",insert:"i… property
75 ….trigger(p.Events.remove,[a]);return a},shift:function(){var a=Array.prototype.shift.apply(this,ar…
76 …var a=Array.prototype.splice.apply(this,arguments);this.trigger(p.Events.remove,a);if(2<arguments.…
79 …this},remove:function(a){var c=a;c instanceof Array||(c=d.toArray(arguments));this.scene.remove(c)… method
85 …c,{});k.extend(c.prototype,{add:function(c,k){this.map[c]=k;return this},remove:function(c){delete… method
188 …nd(c.Events.remove,e);this._collection=new c.Utils.Collection((a||[]).slice(0));this._collection.b…
191 …ion(a){a.subSelf(c.centroid)});return this},remove:function(){if(!this.parent)return this;this.par… method
225 …linewidth:1,_opacity:1,_visible:!0,_clip:!1,remove:function(){if(!this.parent)return this;this.par… method
231 ….unbind(c.Events.remove,a);this._stops=new c.Utils.Collection((d||[]).slice(0));this._stops.bind(c…
258 …bind(c.Events.remove,e);this._textures=new c.Utils.Collection((d||[]).slice(0));this._textures.bin…
[all …]
H A Dblobfs.md44 If there are any NVMe SSDs you do not wish to use for RocksDB/SPDK testing, remove them from the co…
H A Discsi.md286 handle the hot-remove event.
290 When the LUN receive the hot-remove notification from block device layer,
H A Dapplications.md133 By default, each DPDK-based application tries to remove any orphaned hugetlbfs
H A Dbdev_pg.md26 - Hot remove support, even while I/O traffic is occurring.
H A Dvhost.md140 To remove a bdev from a vhost-scsi controller use the following RPC:
H A Dlibraries.md45 There are efforts underway to remove all remaining dependencies these libraries have on the `spdk_e…
/spdk/module/bdev/ocf/
H A Dvbdev_ocf.c52 /* Find bdev on list of claimed bdevs, then remove it,
63 goto remove; in examine_done()
73 remove: in examine_done()
212 /* Try to lock cache, then remove core */
386 /* Clean remove case - remove core and then cache, this order
387 * will remove instance permanently */
402 /* Dirty shutdown/hot remove case - remove cache and then core, this order
/spdk/scripts/perf/nvmf/
H A Drun_nvmf.py122 # remove them first
602 # Blocklist takes precedence, remove common elements from allowlist
1407 os.remove("/var/tmp/spdk.sock")
1408 os.remove("/var/tmp/spdk.sock.lock")

12