Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Daf_vsock.h79 s64 vsock_stream_has_space(struct vsock_sock *vsk);
/Linux-v6.1/net/vmw_vsock/
Dvmci_transport_notify_qstate.c186 produce_q_free_space = vsock_stream_has_space(vsk); in vmci_transport_notify_pkt_poll_out()
Dvmci_transport_notify.c368 produce_q_free_space = vsock_stream_has_space(vsk); in vmci_transport_notify_pkt_poll_out()
Daf_vsock.c879 s64 vsock_stream_has_space(struct vsock_sock *vsk) in vsock_stream_has_space() function
883 EXPORT_SYMBOL_GPL(vsock_stream_has_space);
1802 while (vsock_stream_has_space(vsk) == 0 && in vsock_connectible_sendmsg()
Dvirtio_transport_common.c650 free_space = vsock_stream_has_space(vsk); in virtio_transport_notify_poll_out()