Home
last modified time | relevance | path

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

/net/vmw_vsock/
A Dvirtio_transport.c44 struct work_struct send_pkt_work; member
158 container_of(work, struct virtio_vsock, send_pkt_work); in virtio_transport_send_pkt_work()
268 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_send_pkt()
367 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_tx_work()
726 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_vsock_vqs_start()
807 INIT_WORK(&vsock->send_pkt_work, virtio_transport_send_pkt_work); in virtio_vsock_probe()
852 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()

Completed in 6 milliseconds