Lines Matching refs:timeout
49 static void smc_close_stream_wait(struct smc_sock *smc, long timeout) in smc_close_stream_wait() argument
54 if (!timeout) in smc_close_stream_wait()
62 while (!signal_pending(current) && timeout) { in smc_close_stream_wait()
65 rc = sk_wait_event(sk, &timeout, in smc_close_stream_wait()
197 long timeout; in smc_close_active() local
201 timeout = current->flags & PF_EXITING ? in smc_close_active()
225 smc_close_stream_wait(smc, timeout); in smc_close_active()
259 smc_close_stream_wait(smc, timeout); in smc_close_active()
446 long timeout; in smc_close_shutdown_write() local
449 timeout = current->flags & PF_EXITING ? in smc_close_shutdown_write()
457 smc_close_stream_wait(smc, timeout); in smc_close_shutdown_write()
470 smc_close_stream_wait(smc, timeout); in smc_close_shutdown_write()