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

/linux-4.1.27/include/linux/
H A Dspinlock.h299 static inline raw_spinlock_t *spinlock_check(spinlock_t *lock) spinlock_check() function
306 spinlock_check(_lock); \
327 raw_spin_lock_nested(spinlock_check(lock), subclass); \
332 raw_spin_lock_bh_nested(spinlock_check(lock), subclass);\
337 raw_spin_lock_nest_lock(spinlock_check(lock), nest_lock); \
347 raw_spin_lock_irqsave(spinlock_check(lock), flags); \
352 raw_spin_lock_irqsave_nested(spinlock_check(lock), flags, subclass); \
387 raw_spin_trylock_irqsave(spinlock_check(lock), flags); \

Completed in 105 milliseconds