Searched refs:mclist_workqueue (Results 1 – 3 of 3) sorted by relevance
1826 new_priv->mclist_workqueue = in woal_cfg80211_add_virt_if()1830 new_priv->mclist_workqueue = create_workqueue("MCLIST_WORK_QUEUE"); in woal_cfg80211_add_virt_if()1832 if (!new_priv->mclist_workqueue) { in woal_cfg80211_add_virt_if()2018 if (vir_priv->mclist_workqueue) { in woal_cfg80211_del_virt_if()2019 flush_workqueue(vir_priv->mclist_workqueue); in woal_cfg80211_del_virt_if()2020 destroy_workqueue(vir_priv->mclist_workqueue); in woal_cfg80211_del_virt_if()2021 vir_priv->mclist_workqueue = NULL; in woal_cfg80211_del_virt_if()
5085 priv->mclist_workqueue =5089 priv->mclist_workqueue = create_workqueue("MCLIST_WORK_QUEUE");5091 if (!priv->mclist_workqueue) {5168 if (priv->mclist_workqueue) {5169 flush_workqueue(priv->mclist_workqueue);5170 destroy_workqueue(priv->mclist_workqueue);5171 priv->mclist_workqueue = NULL;5279 if (priv->mclist_workqueue) {5280 flush_workqueue(priv->mclist_workqueue);5281 destroy_workqueue(priv->mclist_workqueue);[all …]
1421 struct workqueue_struct *mclist_workqueue; member