Home
last modified time | relevance | path

Searched refs:locking (Results 1 – 7 of 7) sorted by relevance

/spdk/include/spdk/
H A Dopal.h22 struct spdk_opal_d0_locking_feat locking; member
/spdk/doc/
H A Devent.md11 message passing is often much faster than traditional locking. For a
20 allows for straightforward code that can maintain state without any locking or
H A Dconcurrency.md28 the shared data does too. More granular locking helps, but then also increases
90 in the I/O path to avoid locking on the global state. The pattern was clearest
120 handle locking between SPDK's lightweight threads. SPDK's `spdk_spinlock`
H A Doverview.md10 SPDK is designed around message passing instead of locking, and most of the SPDK
H A Duserspace.md97 locking) with the other threads in the system.
H A Dblob.md182 …(API with MD in the name) should be isolated from each other as there is no internal locking on the
/spdk/lib/nvme/
H A Dnvme_opal.c710 dev->feat_info.locking = *lock; in opal_check_lock()