Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxprtsock.c885 static int xs_stream_nospace(struct rpc_rqst *req, bool vm_wait) in xs_stream_nospace() argument
892 if (vm_wait) in xs_stream_nospace()
960 bool vm_wait; in xs_local_send_request() local
973 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() local
1144 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()