Searched defs:rwlock_acquire (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | lockdep.h | 523 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | lockdep.h | 555 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|