Searched defs:raw_res_spin_lock_init (Results 1 – 1 of 1) sorted by relevance
225 #define raw_res_spin_lock_init(lock) ({ *(lock) = (rqspinlock_t)__ARCH_SPIN_LOCK_UNLOCKED; }) macro227 #define raw_res_spin_lock_init(lock) ({ *(lock) = (rqspinlock_t){0}; }) macro