Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 10 of 10) sorted by relevance

/spdk/test/bdev/
H A Dchaining.sh52 stats["encrypt_executed"]=$(get_stat executed encrypt)
53 stats["decrypt_executed"]=$(get_stat executed decrypt)
54 stats["copy_executed"]=$(get_stat executed copy)
91 (($(get_stat executed encrypt) == stats["encrypt_executed"] + 2))
92 (($(get_stat executed decrypt) == stats["decrypt_executed"]))
95 (($(get_stat executed copy) == stats["copy_executed"]))
101 (($(get_stat executed encrypt) == stats["encrypt_executed"]))
102 (($(get_stat executed decrypt) == stats["decrypt_executed"] + 2))
103 (($(get_stat executed copy) == stats["copy_executed"]))
111 (($(get_stat executed encrypt) == stats["encrypt_executed"] + 32))
[all …]
/spdk/doc/
H A Devent.md40 spdk_event_allocate() and executed using spdk_event_call(). Unlike a
61 events, are functions with arguments that can be bundled and executed.
62 However, unlike events, pollers are executed repeatedly until unregistered and
63 are executed on the thread they are registered on. The reactor event loop
66 are executed on every iteration of the main event loop. Pollers may also be
H A Dftl.md30 executed independently on different zones. Each band keeps track of the LBAs it consists of, as
103 can be executed anymore. Therefore a mechanism is needed to move valid data and invalidate whole
H A Dsystem_configuration.md134 Note that the above needs to be executed before the first device is attached to
H A Dusdt.md114 functions executed as part of an spdk_for_each_channel or
H A Dblob.md240 …a RAM disk (malloc) back-end so that it can be executed easily in any development environment. The…
/spdk/lib/accel/
H A Daccel_internal.h26 uint64_t executed; member
/spdk/lib/nbd/
H A Dnbd.c277 * Check whether received nbd_io are all executed,
278 * and put back executed nbd_io instead of transmitting them
396 * Stop action should be called only after all nbd_io are executed. in spdk_nbd_stop()
798 int received, sent, executed; in _nbd_poll() local
800 /* transmit executed io first */ in _nbd_poll()
811 executed = nbd_io_exec(nbd); in _nbd_poll()
812 if (executed < 0) { in _nbd_poll()
813 return executed; in _nbd_poll()
816 return sent + received + executed; in _nbd_poll()
/spdk/scripts/perf/pm/
H A Dcollect-cpu-temp226 executed by default.
/spdk/scripts/
H A Drpc.py61 must be executed without any other parameters.")