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()
1103 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1105 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1107 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1110 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1111 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1115 if (wk == end) in cfg80211_process_wiphy_works()