Searched refs:vm_wait (Results 1 – 2 of 2) sorted by relevance
125 long vm_wait = 0; in sk_stream_wait_memory() local130 current_timeo = vm_wait = get_random_u32_below(HZ / 5) + 2; in sk_stream_wait_memory()144 if (sk_stream_memory_free(sk) && !vm_wait) in sk_stream_wait_memory()151 (sk_stream_memory_free(sk) && !vm_wait), in sk_stream_wait_memory()157 if (vm_wait) { in sk_stream_wait_memory()158 vm_wait -= current_timeo; in sk_stream_wait_memory()161 (current_timeo -= vm_wait) < 0) in sk_stream_wait_memory()163 vm_wait = 0; in sk_stream_wait_memory()
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()
Completed in 11 milliseconds