Searched refs:namespaces (Results 1 – 12 of 12) sorted by relevance
| /spdk/python/spdk/spdkcli/ |
| H A D | ui_node_nvmf.py | 134 UINVMfSubsystemNamespaces(self.subsystem.namespaces, self) 300 def __init__(self, namespaces, parent): argument 302 self.namespaces = namespaces 307 for namespace in self.namespaces: 313 self.namespaces = subsystem.namespaces 349 for namespace in self.namespaces: 358 return "Namespaces: %s" % len(self.namespaces), None
|
| /spdk/test/spdkcli/match_files/ |
| H A D | spdkcli_nvmf.test.match | 15 …| | o- namespaces ................................................................................… 24 …| | o- namespaces ................................................................................… 33 …| o- namespaces ................................................................................…
|
| /spdk/test/app/fuzz/nvme_fuzz/ |
| H A D | README.md | 6 Multiple controllers and namespaces can be exposed to the fuzzer at a time. In order to 7 handle multiple namespaces, the fuzzer will round robin assign a thread to each namespace and
|
| /spdk/module/bdev/nvme/ |
| H A D | bdev_nvme.h | 111 RB_HEAD(nvme_ns_tree, nvme_ns) namespaces;
|
| H A D | bdev_nvme.c | 374 return RB_FIND(nvme_ns_tree, &nvme_ctrlr->namespaces, &ns); in nvme_ctrlr_get_by_name() 380 return RB_MIN(nvme_ns_tree, &nvme_ctrlr->namespaces); in nvme_ctrlr_get_by_name() 390 return RB_NEXT(nvme_ns_tree, &nvme_ctrlr->namespaces, ns); in nvme_bdev_ctrlr_for_each() 635 RB_FOREACH_SAFE(ns, nvme_ns_tree, &nvme_ctrlr->namespaces, tmp_ns) { in nvme_io_path_alloc() 636 RB_REMOVE(nvme_ns_tree, &nvme_ctrlr->namespaces, ns); in nvme_io_path_alloc() 4840 RB_REMOVE(nvme_ns_tree, &nvme_ctrlr->namespaces, nvme_ns); in nvme_ctrlr_set_ana_states() 4991 RB_REMOVE(nvme_ns_tree, &nvme_ctrlr->namespaces, nvme_ns); in _bdev_nvme_set_preferred_path() 5081 /* First loop over our existing namespaces and see if they have been in bdev_nvme_set_preferred_path() 5121 /* Loop through all of the namespaces at the nvme level and see if any of them are new */ in bdev_nvme_set_multipath_policy_done() 5146 RB_INSERT(nvme_ns_tree, &nvme_ctrlr->namespaces, nvme_n in bdev_nvme_set_multipath_policy() [all...] |
| /spdk/doc/ |
| H A D | containers.md | 74 Using controller INTEL SSDPEDMD400G4 (CVFT7203005M400LGN ) with 1 namespaces.
|
| H A D | nvmf_tgt_pg.md | 29 collection of subsystems with the associated namespaces, plus the set of 34 specification. Subsystems contain namespaces and controllers and perform
|
| H A D | nvme_multipath.md | 22 Then the set of namespaces presented by that controller are discovered. For each namespace found, 33 namespace. If an NVMe bdev has multiple namespaces, an I/O channel for the NVMe bdev has a list of
|
| H A D | vagrant.md | 163 Using controller ORCL-VBOX-NVME-VER12 (VB1234-56789 ) with 1 namespaces.
|
| /spdk/test/nvmf/ |
| H A D | common.sh | 664 kernel_namespace=$kernel_subsystem/namespaces/1
|
| /spdk/app/fio/nvme/ |
| H A D | README.md | 78 ':'. Also, the NVMe namespaces start at 1, not 0, and the namespace must be
|
| /spdk/scripts/vagrant/ |
| H A D | Vagrantfile | 212 # Define all namespaces
|