Searched refs:current_timeo (Results 1 – 1 of 1) sorted by relevance
156 long current_timeo = *timeo_p; in sdp_wait_rdmardcompl() local206 sk_wait_event(sk, ¤t_timeo, in sdp_wait_rdmardcompl()219 vm_wait -= current_timeo; in sdp_wait_rdmardcompl()220 current_timeo = *timeo_p; in sdp_wait_rdmardcompl()221 if (current_timeo != MAX_SCHEDULE_TIMEOUT && in sdp_wait_rdmardcompl()222 (current_timeo -= vm_wait) < 0) in sdp_wait_rdmardcompl()223 current_timeo = 0; in sdp_wait_rdmardcompl()226 *timeo_p = current_timeo; in sdp_wait_rdmardcompl()