Searched refs:vsock_pending_work (Results 1 – 3 of 3) sorted by relevance
76 void vsock_pending_work(struct work_struct *work);
433 void vsock_pending_work(struct work_struct *work) in vsock_pending_work() function480 EXPORT_SYMBOL_GPL(vsock_pending_work);
1102 INIT_DELAYED_WORK(&vpending->dwork, vsock_pending_work); in vmci_transport_recv_listen()