Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dspinlock.h319 static __always_inline raw_spinlock_t *spinlock_check(spinlock_t *lock) in spinlock_check() function
330 __raw_spin_lock_init(spinlock_check(lock), \
338 spinlock_check(_lock); \
364 raw_spin_lock_nested(spinlock_check(lock), subclass); \
365 __release(spinlock_check(lock)); __acquire(lock); \
370 raw_spin_lock_nest_lock(spinlock_check(lock), nest_lock); \
371 __release(spinlock_check(lock)); __acquire(lock); \
388 raw_spin_lock_irqsave(spinlock_check(lock), flags); \
389 __release(spinlock_check(lock)); __acquire(lock); \
394 raw_spin_lock_irqsave_nested(spinlock_check(lock), flags, subclass); \
[all …]