| /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 | 2240 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | udp_bpf.c | 53 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 | 521 * wait_woken() performs the necessary memory barriers in bnep_session() 524 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 | 515 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
|
| H A D | core.c | 2132 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 | 438 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \ 1846 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg() 2691 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 1105 * See the comment preceding the call to wait_woken() in hidp_session_probe() 1270 * wait_woken() performs the necessary memory barriers 1273 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_thread()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 783 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
| H A D | l2cap_sock.c | 367 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
|
| H A D | iso.c | 1374 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/fs/nfs/ |
| H A D | nfs4proc.c | 7691 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|