Home
last modified time | relevance | path

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

/net/vmw_vsock/
Dvmci_transport_notify_qstate.c189 size_t target, bool *space_avail_now) in vmci_transport_notify_pkt_poll_out() argument
196 *space_avail_now = true; in vmci_transport_notify_pkt_poll_out()
202 *space_avail_now = false; in vmci_transport_notify_pkt_poll_out()
Dvmci_transport_notify.c371 size_t target, bool *space_avail_now) in vmci_transport_notify_pkt_poll_out() argument
378 *space_avail_now = true; in vmci_transport_notify_pkt_poll_out()
392 *space_avail_now = false; in vmci_transport_notify_pkt_poll_out()
Dvmci_transport_notify.h53 bool *space_avail_now);
Daf_vsock.c920 bool space_avail_now = false; in vsock_poll() local
922 vsk, 1, &space_avail_now); in vsock_poll()
926 if (space_avail_now) in vsock_poll()