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

/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c156 long current_timeo = *timeo_p; local
206 sk_wait_event(sk, &current_timeo,
219 vm_wait -= current_timeo;
220 current_timeo = *timeo_p;
221 if (current_timeo != MAX_SCHEDULE_TIMEOUT &&
222 (current_timeo -= vm_wait) < 0)
223 current_timeo = 0;
226 *timeo_p = current_timeo;

Completed in 57 milliseconds