Lines Matching refs:wk
420 struct wiphy_work *wk; in cfg80211_wiphy_work() local
431 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
433 if (wk) { in cfg80211_wiphy_work()
434 list_del_init(&wk->entry); in cfg80211_wiphy_work()
439 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work()
440 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1065 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1067 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1069 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1072 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1073 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1077 if (wk == end) in cfg80211_process_wiphy_works()