| /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 | 2229 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | udp_bpf.c | 55 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
|
| H A D | af_inet.c | 618 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/cmtp/ |
| H A D | core.c | 310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
|
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 517 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
|
| /linux/include/linux/ |
| H A D | wait.h | 1229 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
|
| /linux/fs/notify/inotify/ |
| H A D | inotify_user.c | 292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
|
| /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 | 2129 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 | 1251 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 757 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 | 1382 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 1128 timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout); in allocate_tunnel_bw()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1028 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
|
| /linux/include/net/ |
| H A D | sock.h | 1225 *(__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()
|