Searched refs:locking (Results 1 – 7 of 7) sorted by relevance
22 struct spdk_opal_d0_locking_feat locking; member
11 message passing is often much faster than traditional locking. For a20 allows for straightforward code that can maintain state without any locking or
28 the shared data does too. More granular locking helps, but then also increases90 in the I/O path to avoid locking on the global state. The pattern was clearest120 handle locking between SPDK's lightweight threads. SPDK's `spdk_spinlock`
10 SPDK is designed around message passing instead of locking, and most of the SPDK
97 locking) with the other threads in the system.
182 …(API with MD in the name) should be isolated from each other as there is no internal locking on the
710 dev->feat_info.locking = *lock; in opal_check_lock()