Searched refs:seqcount_LOCKNAME_init (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
A D | seqlock.h | 123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ macro 130 #define seqcount_raw_spinlock_init(s, lock) seqcount_LOCKNAME_init(s, lock, raw_spinlock) 131 #define seqcount_spinlock_init(s, lock) seqcount_LOCKNAME_init(s, lock, spinlock) 132 #define seqcount_rwlock_init(s, lock) seqcount_LOCKNAME_init(s, lock, rwlock) 133 #define seqcount_mutex_init(s, lock) seqcount_LOCKNAME_init(s, lock, mutex)
|
Completed in 5 milliseconds