Lines Matching defs:ts
92 static bool is_lock_released(rqspinlock_t *lock, u32 mask, struct rqspinlock_timeout *ts) in is_lock_released()
100 struct rqspinlock_timeout *ts) in check_deadlock_AA()
122 struct rqspinlock_timeout *ts) in check_deadlock_ABBA()
202 struct rqspinlock_timeout *ts) in check_deadlock()
217 struct rqspinlock_timeout *ts) in check_timeout()
248 #define RES_CHECK_TIMEOUT(ts, ret, mask) \ argument
255 #define RES_CHECK_TIMEOUT(ts, ret, mask) \ argument
263 #define RES_INIT_TIMEOUT(ts) ({ (ts).spin = 0; }) argument
269 #define RES_RESET_TIMEOUT(ts, _duration) ({ (ts).timeout_end = 0; (ts).duration = _duration; }) argument
277 struct rqspinlock_timeout ts; in resilient_tas_spin_lock() local
351 struct rqspinlock_timeout ts; in resilient_queued_spin_lock_slowpath() local