/spdk/lib/log/ |
H A D | log_deprecated.c | 14 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__.py | 153 # 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 D | nvmf.bt | 56 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 D | manual.sh | 52 -shr | --scsi-hot-remove) 61 -bhr | --blk-hot-remove)
|
/spdk/lib/rdma_utils/ |
H A D | rdma_utils.c | 324 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 D | autorun_post.py | 91 os.remove(cov_total) 102 os.remove(f) 134 test_completion_table.remove(["None", "None", test_name, False, False])
|
H A D | CODE_OF_CONDUCT.md | 46 SPDK core maintainers have the right and responsibility to remove, edit, or reject
|
/spdk/scripts/ |
H A D | rxe_cfg_small.sh | 12 declare -r rdma_rxe_rm=$rdma_rxe/parameters/remove 305 remove)
|
H A D | dpdk_mem_info.py | 95 heap_obj.busy_malloc_elements.remove(element) 106 self.memzones.remove(zone)
|
/spdk/test/common/ |
H A D | skipped_tests.txt | 70 # TODO: remove this once CI is updated with libkeyutils
|
H A D | skipped_build_files.txt | 72 # TODO: remove this once CI is updated with libkeyutils
|
/spdk/lib/env_dpdk/22.11/ |
H A D | bus_pci_driver.h | 135 rte_pci_remove_t *remove; /**< Device remove function. */ member
|
/spdk/test/setup/ |
H A D | devices.sh | 37 dmsetup remove --force "$dm_name"
|
/spdk/lib/env_dpdk/22.07/ |
H A D | rte_bus_pci.h | 166 rte_pci_remove_t *remove; /**< Device remove function. */ member
|
/spdk/test/nvmf/target/ |
H A D | device_removal.sh | 67 echo 1 > $(get_pci_dir $dev_name)/remove
|
/spdk/mk/ |
H A D | spdk.common.mk | 505 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 D | two.min.js | 41 …:"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 D | blobfs.md | 44 If there are any NVMe SSDs you do not wish to use for RocksDB/SPDK testing, remove them from the co…
|
H A D | iscsi.md | 286 handle the hot-remove event. 290 When the LUN receive the hot-remove notification from block device layer,
|
H A D | applications.md | 133 By default, each DPDK-based application tries to remove any orphaned hugetlbfs
|
H A D | bdev_pg.md | 26 - Hot remove support, even while I/O traffic is occurring.
|
H A D | vhost.md | 140 To remove a bdev from a vhost-scsi controller use the following RPC:
|
H A D | libraries.md | 45 There are efforts underway to remove all remaining dependencies these libraries have on the `spdk_e…
|
/spdk/module/bdev/ocf/ |
H A D | vbdev_ocf.c | 52 /* 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 D | run_nvmf.py | 122 # 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")
|