Searched refs:RTW89_WAIT_COND_IDLE (Results 1 – 2 of 2) sorted by relevance
4504 cur = atomic_cmpxchg(&wait->cond, RTW89_WAIT_COND_IDLE, cond); in rtw89_wait_for_cond()4505 if (cur != RTW89_WAIT_COND_IDLE) in rtw89_wait_for_cond()4510 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_wait_for_cond()4525 cur = atomic_cmpxchg(&wait->cond, cond, RTW89_WAIT_COND_IDLE); in rtw89_complete_cond()
4425 #define RTW89_WAIT_COND_IDLE UINT_MAX macro4443 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_init_wait()