Searched refs:cmdThread (Results 1 – 5 of 5) sorted by relevance
383 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()384 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()397 if (padapter->cmdThread) in rtw_stop_drv_threads()
230 void *cmdThread; member
376 void *cmdThread; member
509 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()510 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()
370 if (adapter->cmdThread && in rtw_stop_cmd_thread()
Completed in 23 milliseconds