| /linux/kernel/sched/ |
| H A D | wait.c | 432 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function 455 EXPORT_SYMBOL(wait_woken);
|
| /linux/net/vmw_vsock/ |
| H A D | vsock_bpf.c | 53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in vsock_msg_wait_data()
|
| H A D | af_vsock.c | 2264 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | udp_bpf.c | 54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
|
| H A D | af_inet.c | 617 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
|
| /linux/net/unix/ |
| H A D | unix_bpf.c | 33 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in unix_msg_wait_data()
|
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 533 * wait_woken() performs the necessary memory barriers in bnep_session() 536 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
|
| /linux/drivers/cdx/controller/ |
| H A D | mcdi.c | 209 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
| /linux/net/ceph/ |
| H A D | ceph_common.c | 828 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in __ceph_open_session()
|
| /linux/drivers/tty/ |
| H A D | n_tty.c | 2158 *timeout = wait_woken(wait, TASK_INTERRUPTIBLE, *timeout); in n_tty_wait_for_input() 2407 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 530 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
|
| H A D | core.c | 2160 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
|
| /linux/drivers/iio/ |
| H A D | industrialio-buffer.c | 187 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read() 248 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
|
| /linux/net/tipc/ |
| H A D | socket.c | 439 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \ 1850 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg() 2695 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 1115 * See the comment preceding the call to wait_woken() in hidp_session_terminate() 1280 * wait_woken() performs the necessary memory barriers in hidp_session_run() 1283 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 798 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
| H A D | l2cap_sock.c | 370 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
|
| H A D | iso.c | 1407 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
|
| /linux/include/net/ |
| H A D | sock.h | 1230 *(__timeo) = wait_woken(__wait, \
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_frontend.c | 305 wait_woken(&wait, TASK_INTERRUPTIBLE, 0); in dvb_frontend_get_event()
|
| /linux/fs/ceph/ |
| H A D | caps.c | 3094 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __ceph_get_caps()
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 668 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
|
| /linux/drivers/md/ |
| H A D | raid5.c | 6200 wait_woken(&wait, TASK_UNINTERRUPTIBLE, in raid5_make_request()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 7693 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|