Searched refs:current_timeo (Results 1 – 2 of 2) sorted by relevance
121 long current_timeo = *timeo_p; in sk_stream_wait_memory() local125 current_timeo = vm_wait = (net_random() % (HZ / 5)) + 2; in sk_stream_wait_memory()144 sk_wait_event(sk, ¤t_timeo, sk->sk_err || in sk_stream_wait_memory()151 vm_wait -= current_timeo; in sk_stream_wait_memory()152 current_timeo = *timeo_p; in sk_stream_wait_memory()153 if (current_timeo != MAX_SCHEDULE_TIMEOUT && in sk_stream_wait_memory()154 (current_timeo -= vm_wait) < 0) in sk_stream_wait_memory()155 current_timeo = 0; in sk_stream_wait_memory()158 *timeo_p = current_timeo; in sk_stream_wait_memory()
6176 long current_timeo = *timeo_p; in sctp_wait_for_sndbuf() local6203 current_timeo = schedule_timeout(current_timeo); in sctp_wait_for_sndbuf()6207 *timeo_p = current_timeo; in sctp_wait_for_sndbuf()6283 long current_timeo = *timeo_p; in sctp_wait_for_connect() local6312 current_timeo = schedule_timeout(current_timeo); in sctp_wait_for_connect()6315 *timeo_p = current_timeo; in sctp_wait_for_connect()