Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Daf_vsock.h76 void vsock_pending_work(struct work_struct *work);
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c433 void vsock_pending_work(struct work_struct *work) in vsock_pending_work() function
480 EXPORT_SYMBOL_GPL(vsock_pending_work);
Dvmci_transport.c1102 INIT_DELAYED_WORK(&vpending->dwork, vsock_pending_work); in vmci_transport_recv_listen()