Searched refs:cmdthd_running (Results 1 – 5 of 5) sorted by relevance
177 !pcmdpriv->cmdthd_running) /* com_thread not running */ in rtw_cmd_filter()249 pcmdpriv->cmdthd_running = true; in rtw_cmd_thread()311 pcmdpriv->cmdthd_running = false; in rtw_cmd_thread()
313 !atomic_read(&pcmdpriv->cmdthd_running)) /* com_thread not running */ in rtw_cmd_filter()371 atomic_read(&adapter->cmdpriv.cmdthd_running) && in rtw_stop_cmd_thread()395 atomic_set(&pcmdpriv->cmdthd_running, true); in rtw_cmd_thread()519 atomic_set(&pcmdpriv->cmdthd_running, false); in rtw_cmd_thread()
52 atomic_t cmdthd_running; member
48 u8 cmdthd_running; member
1036 while (atomic_read(&pcmdpriv->cmdthd_running)) { in rtw_dev_unload()
Completed in 19 milliseconds