Searched refs:cmdthd_running (Results 1 – 5 of 5) sorted by relevance
309 !atomic_read(&pcmdpriv->cmdthd_running)) /* com_thread not running */ in rtw_cmd_filter()367 atomic_read(&adapter->cmdpriv.cmdthd_running) && in rtw_stop_cmd_thread()391 atomic_set(&pcmdpriv->cmdthd_running, true); in rtw_cmd_thread()515 atomic_set(&pcmdpriv->cmdthd_running, false); in rtw_cmd_thread()
125 !pcmdpriv->cmdthd_running) /* com_thread not running */ in rtw_cmd_filter()207 pcmdpriv->cmdthd_running = true; in rtw_cmd_thread()264 pcmdpriv->cmdthd_running = false; in rtw_cmd_thread()
52 atomic_t cmdthd_running; member
47 u8 cmdthd_running; member
1034 while (atomic_read(&pcmdpriv->cmdthd_running)) { in rtw_dev_unload()