• Home
  • Raw
  • Download

Lines Matching refs:wait

48 	DEFINE_WAIT(wait);  in svc_disconnect()
56 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect()
61 finish_wait(sk_sleep(sk), &wait); in svc_disconnect()
98 DEFINE_WAIT(wait); in svc_bind()
132 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind()
137 finish_wait(sk_sleep(sk), &wait); in svc_bind()
154 DEFINE_WAIT(wait); in svc_connect()
214 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect()
218 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
237 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
244 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
255 finish_wait(sk_sleep(sk), &wait); in svc_connect()
284 DEFINE_WAIT(wait); in svc_listen()
303 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen()
308 finish_wait(sk_sleep(sk), &wait); in svc_listen()
342 DEFINE_WAIT(wait); in svc_accept()
344 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept()
364 prepare_to_wait(sk_sleep(sk), &wait, in svc_accept()
367 finish_wait(sk_sleep(sk), &wait); in svc_accept()
395 prepare_to_wait(sk_sleep(sk_atm(new_vcc)), &wait, in svc_accept()
403 finish_wait(sk_sleep(sk_atm(new_vcc)), &wait); in svc_accept()
435 DEFINE_WAIT(wait); in svc_change_qos()
440 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_change_qos()
447 finish_wait(sk_sleep(sk), &wait); in svc_change_qos()
529 DEFINE_WAIT(wait); in svc_addparty()
544 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_addparty()
549 finish_wait(sk_sleep(sk), &wait); in svc_addparty()
558 DEFINE_WAIT(wait); in svc_dropparty()
567 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_dropparty()
572 finish_wait(sk_sleep(sk), &wait); in svc_dropparty()