/linux/kernel/sched/ |
H A D | wait.c | 413 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function 436 EXPORT_SYMBOL(wait_woken);
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_wait_user_fence.c | 169 timeout = wait_woken(&w_wait, TASK_INTERRUPTIBLE, timeout); in xe_wait_user_fence_ioctl()
|
/linux/net/ipv4/ |
H A D | udp_bpf.c | 54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
|
/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 | 2014 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
|
/linux/net/unix/ |
H A D | unix_bpf.c | 32 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/drivers/cdx/controller/ |
H A D | mcdi.c | 185 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 514 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
|
H A D | core.c | 2128 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() 246 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() 2689 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
|
/linux/net/bluetooth/hidp/ |
H A D | core.c | 1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_tunnel.c | 1127 timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout); in allocate_tunnel_bw()
|
/linux/net/bluetooth/ |
H A D | sco.c | 747 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 | 1272 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
|
/linux/include/net/ |
H A D | sock.h | 1162 *(__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 | 3093 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __ceph_get_caps()
|
/linux/net/core/ |
H A D | rtnetlink.c | 659 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
|
/linux/fs/nfs/ |
H A D | nfs4proc.c | 7699 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|