Lines Matching refs:wk
415 struct wiphy_work *wk; in cfg80211_wiphy_work() local
426 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
428 if (wk) { in cfg80211_wiphy_work()
429 list_del_init(&wk->entry); in cfg80211_wiphy_work()
434 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work()
435 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1121 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1123 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1125 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1128 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1129 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1133 if (wk == end) in cfg80211_process_wiphy_works()