Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 12 of 12) sorted by relevance

/spdk/test/nvmf/fips/
H A Dfips.sh105 export callback=build_openssl_config
111 export callback=build_openssl_config_fallback
114 "$callback" > spdk_fips.conf
/spdk/doc/
H A Dbdev_pg.md58 callback is called, no other bdev library functions may be invoked. Similarly,
84 When a block device is opened, a callback and context must be provided that
87 the callback will be called on each open descriptor for a bdev backed by
89 the callback can be thought of as a request to close the open descriptor so
91 exist, so it is required that a callback is provided.
107 take a callback as an argument which will be called some time later with a
109 must call spdk_bdev_free_io() to release the resources. Within this callback,
127 return an error code. In that case, the provided callback will not be called.
129 spdk_bdev_io will be passed to the callback and it will report error
H A Devent.md46 a callback function.
77 ### Custom shutdown callback {#event_component_shutdown}
79 When creating SPDK based application user may add custom shutdown callback which
81 To do that set shutdown_cb function callback in spdk_app_opts structure passed
82 to spdk_app_start(). Custom shutdown callback should call spdk_app_stop() before
H A Dbdev_module.md35 will be allocated in each I/O request for use by this module, and a callback
187 likely done in response to the virtual bdev's `get_io_channel` callback.
193 callback, it causes the `examine_disk` callback to only be called for this
H A Dnotify.md22 calls a callback on each of them, so that user can produce detailed information
H A Duserspace.md63 universally asynchronous and allow the user to provide a callback on
64 completion. The callback is called in response to the user calling a function
H A Dconcurrency.md149 We do have a few recommendations to share, though. For _simple_ callback chains,
171 For more complex callback chains, especially ones that have logical branches
176 callback chain that performs `foo` 5 times and then calls `bar` - effectively
H A Dblob.md94 Blobstore is callback driven; in the event that any Blobstore API is unable to make forward progres…
95 not block but instead return control at that point and make a call to the callback function provide…
96 arguments, when the original call is completed. The callback will be made on the same thread that t…
97 threads later. Some API, however, offer no callback arguments; in these cases the calls are fully s…
203 an asynchronous call until the callback has completed.
428 A blobstore that is loaded with the `esnap_bs_dev_create` callback defined will support external
544 * functions or variables with the letters `cpl` are related to set or callback completions
H A Dnvme_spec.md54 NVMe queue pair to use. Finally, the user provides a callback function and
H A Daccel_fw.md22 standard SPDK model for callbacks with a callback argument.
H A Dtwo.min.js73callback?k.callback:k;c&&c!==k&&t.push(k)}this._events[a]=t}}return this},trigger:function(a){if(!…
/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_dev.h.patch52 * It registers the callback for the specific device.
69 * It unregisters the callback according to the specified device.
73 * - On success, return the number of callback entities removed.