Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dstream.c121 long current_timeo = *timeo_p; in sk_stream_wait_memory() local
126 current_timeo = vm_wait = (prandom_u32() % (HZ / 5)) + 2; in sk_stream_wait_memory()
148 sk_wait_event(sk, &current_timeo, sk->sk_err || in sk_stream_wait_memory()
155 vm_wait -= current_timeo; in sk_stream_wait_memory()
156 current_timeo = *timeo_p; in sk_stream_wait_memory()
157 if (current_timeo != MAX_SCHEDULE_TIMEOUT && in sk_stream_wait_memory()
158 (current_timeo -= vm_wait) < 0) in sk_stream_wait_memory()
159 current_timeo = 0; in sk_stream_wait_memory()
162 *timeo_p = current_timeo; in sk_stream_wait_memory()
/linux-4.4.14/net/sctp/
Dsocket.c6929 long current_timeo = *timeo_p; in sctp_wait_for_sndbuf() local
6956 current_timeo = schedule_timeout(current_timeo); in sctp_wait_for_sndbuf()
6960 *timeo_p = current_timeo; in sctp_wait_for_sndbuf()
7036 long current_timeo = *timeo_p; in sctp_wait_for_connect() local
7064 current_timeo = schedule_timeout(current_timeo); in sctp_wait_for_connect()
7067 *timeo_p = current_timeo; in sctp_wait_for_connect()