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
187 timeout = current->flags & PF_EXITING ? in smc_close_active()
211 smc_close_stream_wait(smc, timeout); in smc_close_active()
240 smc_close_stream_wait(smc, timeout); in smc_close_active()
435 long timeout; in smc_close_shutdown_write() local
438 timeout = current->flags & PF_EXITING ? in smc_close_shutdown_write()
446 smc_close_stream_wait(smc, timeout); in smc_close_shutdown_write()
461 smc_close_stream_wait(smc, timeout); in smc_close_shutdown_write()