| /spdk/test/openstack/ |
| H A D | run_openstack_tests.sh | 61 tox -e all -- tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume 62 tox -e all -- tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments 63 tox -e all -- tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete 64 tox -e all -- tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete 65 tox -e all -- tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list 66 tox -e all -- tempest.api.volume.test_versions.VersionsTest.test_list_versions 67 tox -e all -- tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend 68 tox -e all -- tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot 69 tox -e all -- tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary 70 tox -e all [all...] |
| /spdk/lib/env_ocf/ |
| H A D | Makefile | 27 .PHONY: all clean install 29 all: target 45 .PHONY: all clean install ocf_inc ocf_src ocf_distclean all exportlib 47 all: ocf_inc ocf_src target 76 exportlib: all
|
| /spdk/scripts/bpf/ |
| H A D | intr-wakeups.bt | 7 * scripts/bpftrace.sh `pidof spdk_tgt` [all] 8 * all: show every event, not just the first after waking up 13 if (str($1) == "all") { 32 if (str($1) != "all") { 40 if (str($1) != "all") { 48 if (str($1) != "all") { 57 if (str($1) != "all") {
|
| /spdk/ipsecbuild/ |
| H A D | Makefile | 9 .PHONY: all clean install uninstall 18 all: target 19 …$(Q)$(MAKE) -C $(SPDK_ROOT_DIR)/intel-ipsec-mb all SHARED=n EXTRA_CFLAGS=-fPIC CC=$(SUB_CC) $(REDI… 21 install: all
|
| /spdk/isalbuild/ |
| H A D | Makefile | 9 .PHONY: all clean install 18 all: target 19 $(Q)$(MAKE) -C $(SPDK_ROOT_DIR)/isa-l all CC="$(SUB_CC)" $(REDIRECT) 21 install: all
|
| /spdk/isalcryptobuild/ |
| H A D | Makefile | 10 .PHONY: all clean install 19 all: target 20 $(Q)$(MAKE) -C $(SPDK_ROOT_DIR)/isa-l-crypto all CC="$(SUB_CC)" $(REDIRECT) 22 install: all
|
| /spdk/scripts/vagrant/ |
| H A D | update.sh | 39 ${SPDK_DIR}/scripts/pkgdep.sh --all 85 ${SPDK_DIR}/scripts/pkgdep.sh --all 91 ${SPDK_DIR}/scripts/pkgdep.sh --all 92 yum clean all 96 "$SPDK_DIR"/scripts/pkgdep.sh --all 98 yum clean all
|
| /spdk/xnvmebuild/ |
| H A D | Makefile | 9 .PHONY: all clean install uninstall 11 all: target 25 install: all
|
| /spdk/test/setup/ |
| H A D | devices.sh | 15 wipefs --all "/dev/$test_disk" 25 wipefs --all "/dev/$nvme_disk_p" 28 wipefs --all "/dev/$nvme_disk" 40 wipefs --all "/dev/$pv0" 43 wipefs --all "/dev/$pv1"
|
| /spdk/vfiouserbuild/ |
| H A D | Makefile | 9 .PHONY: all clean install uninstall 17 all: scan-build target 30 install: all
|
| /spdk/test/bdev/ |
| H A D | bdev_raid.sh | 113 raid_bdev_info=$($rpc_py bdev_raid_get_bdevs all | jq -r ".[] | select(.name == \"$raid_bdev_name\")") 174 raid_bdev_info=$($rpc_py bdev_raid_get_bdevs all | jq -r ".[] | select(.name == \"$raid_bdev_name\")") 271 raid_bdev=$($rpc_py bdev_raid_get_bdevs all | jq -r '.[0]["name"]') 273 echo "$raid_bdev_name removed before all base bdevs were deleted" 278 raid_bdev=$($rpc_py bdev_raid_get_bdevs all | jq -r '.[0]["name"] | select(.)') 295 [[ $($rpc_py bdev_raid_get_bdevs all | jq '.[0].base_bdevs_list[1].is_configured') == "false" ]] 300 [[ $($rpc_py bdev_raid_get_bdevs all | jq '.[0].base_bdevs_list[0].is_configured') == "true" ]] 304 [[ $($rpc_py bdev_raid_get_bdevs all | jq '.[0].base_bdevs_list[2].is_configured') == "false" ]] 308 [[ $($rpc_py bdev_raid_get_bdevs all | jq '.[0].base_bdevs_list[2].is_configured') == "true" ]] 312 [[ $($rpc_py bdev_raid_get_bdevs all | j [all...] |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/doc/ |
| H A D | applications.md | 16 The SPDK targets are all based on a common framework so they have much in 17 common. The framework defines a concept called a `subsystem` and all 25 The SPDK application framework defines a set of base command line flags for all 34 -h | --help | flag | | show all available paramete… 37 -n | --mem-channels | integer | all channels | number of memory channels u… 40 -s | --mem-size | integer | all hugepage memory | @ref cmd_arg_memory_size 63 framework are organized into tracepoint groups. By default, all tracepoint 109 reserve memory from all available hugetlbfs mounts, starting with the one with 126 If blocked list is used, then all devices with the provided PCI address will be 140 all available types is provided in the `--help` output, with `--logflag all` [all …]
|
| /spdk/module/blob/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/util/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/go/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/accel/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/idxd/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/nvmf/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/lib/vfio_user/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/module/event/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/thread/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/module/blobfs/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/examples/sock/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|
| /spdk/test/unit/include/ |
| H A D | Makefile | 11 .PHONY: all clean $(DIRS-y) 13 all: $(DIRS-y) target
|