Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Daf_vsock.h75 s64 vsock_stream_has_space(struct vsock_sock *vsk);
/linux-4.4.14/net/vmw_vsock/
Dvmci_transport_notify_qstate.c194 produce_q_free_space = vsock_stream_has_space(vsk); in vmci_transport_notify_pkt_poll_out()
Daf_vsock.c713 s64 vsock_stream_has_space(struct vsock_sock *vsk) in vsock_stream_has_space() function
717 EXPORT_SYMBOL_GPL(vsock_stream_has_space);
1565 while (vsock_stream_has_space(vsk) == 0 && in vsock_stream_sendmsg()
Dvmci_transport_notify.c376 produce_q_free_space = vsock_stream_has_space(vsk); in vmci_transport_notify_pkt_poll_out()