Home
last modified time | relevance | path

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

/net/vmw_vsock/
Daf_vsock.h73 void vsock_pending_work(struct work_struct *work);
Daf_vsock.c423 void vsock_pending_work(struct work_struct *work) in vsock_pending_work() function
470 EXPORT_SYMBOL_GPL(vsock_pending_work);
Dvmci_transport.c1130 INIT_DELAYED_WORK(&vpending->dwork, vsock_pending_work); in vmci_transport_recv_listen()