Lines Matching refs:timeout
50 static void smc_close_stream_wait(struct smc_sock *smc, long timeout) in smc_close_stream_wait() argument
55 if (!timeout) in smc_close_stream_wait()
63 while (!signal_pending(current) && timeout) { in smc_close_stream_wait()
66 rc = sk_wait_event(sk, &timeout, in smc_close_stream_wait()
184 long timeout; in smc_close_active() local
188 timeout = current->flags & PF_EXITING ? in smc_close_active()
212 smc_close_stream_wait(smc, timeout); in smc_close_active()
250 smc_close_stream_wait(smc, timeout); in smc_close_active()
445 long timeout; in smc_close_shutdown_write() local
448 timeout = current->flags & PF_EXITING ? in smc_close_shutdown_write()
456 smc_close_stream_wait(smc, timeout); in smc_close_shutdown_write()
471 smc_close_stream_wait(smc, timeout); in smc_close_shutdown_write()