Lines Matching refs:wait

47 	DEFINE_WAIT(wait);  in svc_disconnect()
55 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect()
60 finish_wait(sk_sleep(sk), &wait); in svc_disconnect()
97 DEFINE_WAIT(wait); in svc_bind()
131 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind()
136 finish_wait(sk_sleep(sk), &wait); in svc_bind()
153 DEFINE_WAIT(wait); in svc_connect()
213 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect()
217 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
236 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
243 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
254 finish_wait(sk_sleep(sk), &wait); in svc_connect()
283 DEFINE_WAIT(wait); in svc_listen()
302 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen()
307 finish_wait(sk_sleep(sk), &wait); in svc_listen()
340 DEFINE_WAIT(wait); in svc_accept()
342 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept()
362 prepare_to_wait(sk_sleep(sk), &wait, in svc_accept()
365 finish_wait(sk_sleep(sk), &wait); in svc_accept()
393 prepare_to_wait(sk_sleep(sk_atm(new_vcc)), &wait, in svc_accept()
401 finish_wait(sk_sleep(sk_atm(new_vcc)), &wait); in svc_accept()
434 DEFINE_WAIT(wait); in svc_change_qos()
439 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_change_qos()
446 finish_wait(sk_sleep(sk), &wait); in svc_change_qos()
528 DEFINE_WAIT(wait); in svc_addparty()
543 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_addparty()
548 finish_wait(sk_sleep(sk), &wait); in svc_addparty()
557 DEFINE_WAIT(wait); in svc_dropparty()
566 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_dropparty()
571 finish_wait(sk_sleep(sk), &wait); in svc_dropparty()