Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dspinlock.c67 #define BUILD_LOCK_OPS(op, locktype, lock_ctx_op) \ macro
130 BUILD_LOCK_OPS(spin, raw_spinlock, __acquires);
133 BUILD_LOCK_OPS(read, rwlock, __acquires_shared);
134 BUILD_LOCK_OPS(write, rwlock, __acquires);