Lines Matching defs:lock
193 /* Trying to use an SPDK lock while not on an SPDK thread */
195 /* Trying to lock a lock already held by this SPDK thread */
197 /* Trying to unlock a lock not held by this SPDK thread */
201 /* Trying to destroy a lock that is held */
208 * deadlock when another SPDK thread on the same pthread tries to take that lock.
211 /* Trying to use a lock that was destroyed (but not re-initialized) */
213 /* Trying to use a lock that is not initialized */
255 #define SPIN_ASSERT_LOG_STACKS(cond, err, lock) \
1303 * lock and iterate through the TAILQ of threads to count them, but that
1304 * count could still be invalidated after we release the lock.
3222 SSPIN_GET_STACK(sspin, lock);