Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 26) sorted by relevance

12

/spdk/lib/ut/
H A Dut.c60 struct option options[MAX_OPT_COUNT] = {}; in parse_args() local
76 memcpy(&options[0], opts->opts, sizeof(*opts->opts) * opts->optlen); in parse_args()
77 memcpy(&options[opts->optlen], g_ut_options, sizeof(g_ut_options)); in parse_args()
87 memcpy(options, g_ut_options, sizeof(g_ut_options)); in parse_args()
90 while ((op = getopt_long(argc, argv, optstring, options, NULL)) != -1) { in parse_args()
/spdk/app/spdk_top/
H A DREADME36 sudo spdk_top [options]
38 options:
53 to change application settings. Available options are:
/spdk/lib/rocksdb/
H A Denv_spdk.cc375 const EnvOptions &options) override in NewSequentialFile() argument
397 return EnvWrapper::NewSequentialFile(fname, result, options); in NewSequentialFile()
403 const EnvOptions &options) override in NewRandomAccessFile() argument
421 return EnvWrapper::NewRandomAccessFile(fname, result, options); in NewRandomAccessFile()
427 const EnvOptions &options) override in NewWritableFile() argument
445 return EnvWrapper::NewWritableFile(fname, result, options); in NewWritableFile()
452 const EnvOptions &options) override in ReuseWritableFile() argument
454 return EnvWrapper::ReuseWritableFile(fname, old_fname, result, options); in ReuseWritableFile()
/spdk/
H A DREADME.md132 there are a number of additional options to `configure` that may be used, or
134 possible options is located in `CONFIG`.
136 Boolean (on/off) options are configured with a 'y' (yes) or 'n' (no). For
145 'n'. For the majority of options this can be done using the `configure` script.
152 Additionally, `CONFIG` options may also be overridden on the `make` command
179 The options specified on the `make` command line take precedence over the
182 options (i.e. debug builds) that you wish to turn on and off frequently.
H A D.astylerc25 # General options
/spdk/doc/
H A Dbdevperf.md13 SPDK framework options as well as testing options.
H A Drpm.md16 Additional configuration options can be passed directly as arguments:
22 There are several options that may be passed via environment as well:
H A Dsma.md11 lot of hardware-specific options.
17 `sma.proto` file, while device-specific options are defined in their separate
126 service, as well as several other options (e.g. listen address, SPDK-RPC socket,
H A Dpkgconfig.md24 the library list with extra linker options to ensure these functions are not dropped
H A Dgetting_started.md42 There are a number of options available for the configure script, which can
H A Dvhost.md34 getting_started. The SPDK vhost target is built with the default configure options.
88 To list all available vhost options use the following command.
309 To enable it on Linux, it is required to modify kernel options inside the
H A Dblob.md107 bypassing a small amount of `bdev` layer overhead. These options will be discussed further in the u…
147 When the Blobstore is initialized, there are multiple configuration options to consider. The
148 options and their defaults are:
254 Blobstore configuration options are described in the initialization options section under @ref blob…
522 information relevant to the entire system - initialization options such as cluster size, etc.
H A Doverview.md36 options. Full configuration of the applications is then performed using
H A Dtemplate_pg.md50 about how they need to consider initialization options, threading, limitations, any sort of quirky …
H A Dspdk_top.md34 Menu at the bottom of SPDK top window shows many options for changing displayed data. Each menu ite…
H A Dscheduler.md52 switch between schedulers or change their options. Currently only dynamic
H A Daccel_fw.md101 loaded. Further, add the following command line options to the kernel boot
/spdk/scripts/
H A Dsetup.sh21 options="[config|reset|status|cleanup|interactive|help]"
23 options="[config|reset|interactive|help]"
34 echo "Usage: $(basename $1) $options"
36 echo "$options - as following:"
820 # pick up the hw. options. Handle it.
H A Dcheck_format.sh143 --options=.astylerc >> astyle.log
145 | xargs -P$(nproc) -n10 astyle --options=.astylerc >> astyle.log
/spdk/test/external_code/
H A DREADME.md8 and testing all six of these linker options. It takes a single argument, the path to an SPDK
/spdk/scripts/perf/nvmf/
H A DREADME.md149 mode: default - run IRQ alignment script with no additional options.
198 Same as in common options section, but SPDK Target allows more modes:
262 using this option `intel_pstate=disable` must be set in boot options and
271 Available options:
275 Same as "irq_settings" in Target common options section.
422 Besides `run_num`, more information on these options can be found in `man fio`.
/spdk/test/nvme/perf/
H A DREADME.md17 Test is configured by using command-line options.
19 ### Available options
/spdk/app/fio/nvme/
H A DREADME.md30 ./configure --with-fio=/path/to/fio/repo <other configuration options>
129 Expose two options 'apptag' and 'apptag_mask', users can change them in the configuration file when…
/spdk/module/sock/posix/
H A Dposix.c732 long options; in posix_sock_psk_use_session_client_cb()
773 options = SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS); in posix_sock_create_ssl_context()
774 ktls_enabled = options & SSL_OP_ENABLE_KTLS; in posix_sock_create_ssl_context()
748 long options; posix_sock_create_ssl_context() local
/spdk/test/common/config/pkgdep/patches/qat/
H A D0001-missing-prototypes.patch

12