Home
last modified time | relevance | path

Searched refs:event_work (Results 1 – 5 of 5) sorted by relevance

/net/vmw_vsock/
Dvirtio_transport.c36 struct work_struct event_work; member
402 container_of(work, struct virtio_vsock, event_work); in virtio_transport_event_work()
436 queue_work(virtio_vsock_workqueue, &vsock->event_work); in virtio_vsock_event_done()
721 INIT_WORK(&vsock->event_work, virtio_transport_event_work); in virtio_vsock_probe()
763 flush_work(&vsock->event_work); in virtio_vsock_remove()
/net/wireless/
Dcore.c327 event_work); in cfg80211_event_work()
540 INIT_WORK(&rdev->event_work, cfg80211_event_work); in wiphy_new_nm()
1075 flush_work(&rdev->event_work); in wiphy_unregister()
1319 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_stop_iface()
Dsme.c1054 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_connect_done()
1259 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_roamed()
1314 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_port_authorized()
1402 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_disconnected()
Dcore.h83 struct work_struct event_work; member
Dibss.c84 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_ibss_joined()