| /spdk/app/fio/nvme/ |
| H A D | full_bench.fio | 16 description="Sequentially write to the device twice" 24 description="4KiB Random Write QD=1" 34 description="4KiB Random Read QD=1"
|
| /spdk/lib/trace/ |
| H A D | trace_flags.c | 274 _owner_set_description(uint16_t owner_id, const char *description, bool append) in _owner_set_description() argument 283 memcpy(old, owner->description, g_trace_file->owner_description_size); in _owner_set_description() 286 snprintf(owner->description, g_trace_file->owner_description_size, in _owner_set_description() 287 "%s%s%s", old, append ? " " : "", description); in _owner_set_description() 291 spdk_trace_register_owner(uint8_t owner_type, const char *description) in spdk_trace_register_owner() argument 319 _owner_set_description(owner_id, description, false); in spdk_trace_register_owner() 350 spdk_trace_owner_set_description(uint16_t owner_id, const char *description) in spdk_trace_owner_set_description() argument 360 _owner_set_description(owner_id, description, false); in spdk_trace_owner_set_description() 365 spdk_trace_owner_append_description(uint16_t owner_id, const char *description) in spdk_trace_owner_append_description() argument 382 _owner_set_description(owner_id, description, true); in spdk_trace_owner_append_description()
|
| /spdk/lib/log/ |
| H A D | log_deprecated.c | 46 spdk_log_deprecation_register(const char *tag, const char *description, const char *remove_release, in spdk_log_deprecation_register() argument 52 assert(strnlen(description, sizeof(dep->desc)) < sizeof(dep->desc)); in spdk_log_deprecation_register() 61 snprintf((char *)dep->desc, sizeof(dep->desc), "%s", description); in spdk_log_deprecation_register()
|
| /spdk/.github/ISSUE_TEMPLATE/ |
| H A D | intermittent_failure.md | 4 title: '[test_name] Failure description' 12 <!--- Provide a [test_name] where the issue occurred and brief description in the Title above. -->
|
| /spdk/python/spdk/sma/ |
| H A D | qmp.py | 38 self.description = f'QMP Error ({self.code}): {self.message}' 41 return repr(self.description) 137 :param event: dictionary description of event, mandatory fields are 242 parser = ArgumentParser(description='QEMU Machine Protocol (QMP) client')
|
| /spdk/scripts/perf/nvme/ |
| H A D | fio_test.conf | 13 description="Run NVMe driver performance test for a given workload"
|
| /spdk/app/fio/bdev/ |
| H A D | full_bench.fio | 14 description="4KiB Random Read QD=1"
|
| /spdk/rpmbuild/ |
| H A D | spdk.spec | 48 %description 162 %description devel 197 %description scripts
|
| /spdk/scripts/perf/vhost/ |
| H A D | run_vhost_test.sh | 46 description="Vhost performance test for a given workload"
|
| /spdk/scripts/ |
| H A D | spdk-gpt.py | 64 …parser = argparse.ArgumentParser(description='Checks if SPDK GUID is present on given block device…
|
| H A D | sma-client.py | 55 parser = ArgumentParser(description='Storage Management Agent client')
|
| H A D | spdkcli.py | 45 parser = argparse.ArgumentParser(description="SPDK command line interface")
|
| H A D | rpc_http_proxy.py | 27 parser = argparse.ArgumentParser(description='http(s) proxy for SPDK RPC calls')
|
| H A D | sma.py | 32 parser = ArgumentParser(description='Storage Management Agent command line interface')
|
| H A D | calc-iobuf.py | 251 parser = ArgumentParser(description='Utility to help calculate minimum iobuf pool size based '
|
| /spdk/scripts/bpf/ |
| H A D | gen.py | 49 parser = ArgumentParser(description='bpftrace script generator replacing special ' +
|
| /spdk/test/bdev/bdevio/ |
| H A D | tests.py | 47 description='SPDK RPC command line interface. NOTE: spdk/python is expected in PYTHONPATH')
|
| /spdk/test/app/fuzz/common/ |
| H A D | fuzz_rpc.py | 52 description='SPDK RPC command line interface. NOTE: spdk/python is expected in PYTHONPATH')
|
| /spdk/test/nvmf/target/ |
| H A D | multitarget_rpc.py | 24 … description='NVMe-oF RPC command line interface. NOTE: spdk/python is expected in PYTHONPATH')
|
| /spdk/test/packaging/rpm/ |
| H A D | rpm.sh | 41 %description
|
| /spdk/test/json_config/ |
| H A D | clear_config.py | 176 parser = argparse.ArgumentParser(description='Clear config command')
|
| /spdk/doc/ |
| H A D | ssd_internals.md | 4 how they're used. The following description is intended to help software 94 finish. For a highly detailed description of exactly how to force an SSD into
|
| H A D | nvme_spec.md | 28 There is a very detailed description of the command submission and completion 97 PRP list description must be allocated in DMA-able memory and can be quite
|
| /spdk/ |
| H A D | autorun_post.py | 215 parser = argparse.ArgumentParser(description="SPDK Coverage Processor")
|
| /spdk/test/nvme/perf/ |
| H A D | common.sh | 266 description=$desc
|