Searched refs:terminate_cmdthread_sema (Results 1 – 3 of 3) sorted by relevance
734 _rtw_down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); /* wait for cmd_thread to run */ in rtw_start_drv_threads()745 _rtw_down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); in rtw_stop_drv_threads()
24 sema_init(&pcmdpriv->terminate_cmdthread_sema, 0); in _rtw_init_cmd_priv()267 up(&pcmdpriv->terminate_cmdthread_sema); in rtw_cmd_thread()348 up(&pcmdpriv->terminate_cmdthread_sema); in rtw_cmd_thread()
37 struct semaphore terminate_cmdthread_sema; member