Searched refs:current_timeo (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/net/core/
H A Dstream.c121 long current_timeo = *timeo_p; sk_stream_wait_memory() local
125 current_timeo = vm_wait = (prandom_u32() % (HZ / 5)) + 2; sk_stream_wait_memory()
144 sk_wait_event(sk, &current_timeo, sk->sk_err || sk_stream_wait_memory()
151 vm_wait -= current_timeo; sk_stream_wait_memory()
152 current_timeo = *timeo_p; sk_stream_wait_memory()
153 if (current_timeo != MAX_SCHEDULE_TIMEOUT && sk_stream_wait_memory()
154 (current_timeo -= vm_wait) < 0) sk_stream_wait_memory()
155 current_timeo = 0; sk_stream_wait_memory()
158 *timeo_p = current_timeo; sk_stream_wait_memory()
/linux-4.1.27/net/sctp/
H A Dsocket.c6938 long current_timeo = *timeo_p; sctp_wait_for_sndbuf() local
6965 current_timeo = schedule_timeout(current_timeo); sctp_wait_for_sndbuf()
6969 *timeo_p = current_timeo; sctp_wait_for_sndbuf()
7045 long current_timeo = *timeo_p; sctp_wait_for_connect() local
7073 current_timeo = schedule_timeout(current_timeo); sctp_wait_for_connect()
7076 *timeo_p = current_timeo; sctp_wait_for_connect()

Completed in 131 milliseconds