Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 36) sorted by relevance

12

/spdk/app/fio/nvme/
H A Dfull_bench.fio16 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 Dtrace_flags.c274 _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 Dlog_deprecated.c46 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 Dintermittent_failure.md4 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 Dqmp.py38 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 Dfio_test.conf13 description="Run NVMe driver performance test for a given workload"
/spdk/app/fio/bdev/
H A Dfull_bench.fio14 description="4KiB Random Read QD=1"
/spdk/rpmbuild/
H A Dspdk.spec48 %description
162 %description devel
197 %description scripts
/spdk/scripts/perf/vhost/
H A Drun_vhost_test.sh46 description="Vhost performance test for a given workload"
/spdk/scripts/
H A Dspdk-gpt.py64 …parser = argparse.ArgumentParser(description='Checks if SPDK GUID is present on given block device…
H A Dsma-client.py55 parser = ArgumentParser(description='Storage Management Agent client')
H A Dspdkcli.py45 parser = argparse.ArgumentParser(description="SPDK command line interface")
H A Drpc_http_proxy.py27 parser = argparse.ArgumentParser(description='http(s) proxy for SPDK RPC calls')
H A Dsma.py32 parser = ArgumentParser(description='Storage Management Agent command line interface')
H A Dcalc-iobuf.py251 parser = ArgumentParser(description='Utility to help calculate minimum iobuf pool size based '
/spdk/scripts/bpf/
H A Dgen.py49 parser = ArgumentParser(description='bpftrace script generator replacing special ' +
/spdk/test/bdev/bdevio/
H A Dtests.py47 description='SPDK RPC command line interface. NOTE: spdk/python is expected in PYTHONPATH')
/spdk/test/app/fuzz/common/
H A Dfuzz_rpc.py52 description='SPDK RPC command line interface. NOTE: spdk/python is expected in PYTHONPATH')
/spdk/test/nvmf/target/
H A Dmultitarget_rpc.py24description='NVMe-oF RPC command line interface. NOTE: spdk/python is expected in PYTHONPATH')
/spdk/test/packaging/rpm/
H A Drpm.sh41 %description
/spdk/test/json_config/
H A Dclear_config.py176 parser = argparse.ArgumentParser(description='Clear config command')
/spdk/doc/
H A Dssd_internals.md4 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 Dnvme_spec.md28 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 Dautorun_post.py215 parser = argparse.ArgumentParser(description="SPDK Coverage Processor")
/spdk/test/nvme/perf/
H A Dcommon.sh266 description=$desc

12