Searched refs:RTW89_WAIT_COND_IDLE (Results 1 – 2 of 2) sorted by relevance
6531 cur = atomic_cmpxchg(&wait->cond, RTW89_WAIT_COND_IDLE, cond); in rtw89_wait_for_cond_prep()6532 if (cur != RTW89_WAIT_COND_IDLE) in rtw89_wait_for_cond_prep()6578 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_wait_for_cond_eval()6608 cur = atomic_cmpxchg(&wait->cond, cond, RTW89_WAIT_COND_IDLE); in rtw89_complete_cond()
5911 #define RTW89_WAIT_COND_IDLE UINT_MAX macro5935 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_init_wait()