Searched refs:executed (Results 1 – 10 of 10) sorted by relevance
52 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 …]
40 spdk_event_allocate() and executed using spdk_event_call(). Unlike a61 events, are functions with arguments that can be bundled and executed.62 However, unlike events, pollers are executed repeatedly until unregistered and63 are executed on the thread they are registered on. The reactor event loop66 are executed on every iteration of the main event loop. Pollers may also be
30 executed independently on different zones. Each band keeps track of the LBAs it consists of, as103 can be executed anymore. Therefore a mechanism is needed to move valid data and invalidate whole
134 Note that the above needs to be executed before the first device is attached to
114 functions executed as part of an spdk_for_each_channel or
240 …a RAM disk (malloc) back-end so that it can be executed easily in any development environment. The…
26 uint64_t executed; member
277 * Check whether received nbd_io are all executed,278 * and put back executed nbd_io instead of transmitting them396 * 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()
226 executed by default.
61 must be executed without any other parameters.")