Searched refs:vm_wait (Results 1 – 1 of 1) sorted by relevance
885 static int xs_stream_nospace(struct rpc_rqst *req, bool vm_wait) in xs_stream_nospace() argument892 if (vm_wait) in xs_stream_nospace()960 bool vm_wait; in xs_local_send_request() local973 vm_wait = sk_stream_is_writeable(transport->inet) ? true : false; in xs_local_send_request()990 vm_wait = false; in xs_local_send_request()995 status = xs_stream_nospace(req, vm_wait); in xs_local_send_request()1116 bool vm_wait; in xs_tcp_send_request() local1144 vm_wait = sk_stream_is_writeable(transport->inet) ? true : false; in xs_tcp_send_request()1168 vm_wait = false; in xs_tcp_send_request()1178 status = xs_stream_nospace(req, vm_wait); in xs_tcp_send_request()