Home
last modified time | relevance | path

Searched refs:wait_woken (Results 1 – 25 of 30) sorted by relevance

12

/linux/kernel/sched/
H A Dwait.c413 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 Dxe_wait_user_fence.c162 timeout = wait_woken(&w_wait, TASK_INTERRUPTIBLE, timeout); in xe_wait_user_fence_ioctl()
/linux/net/ipv4/
H A Dudp_bpf.c54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
H A Daf_inet.c612 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/linux/net/vmw_vsock/
H A Dvsock_bpf.c53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in vsock_msg_wait_data()
H A Daf_vsock.c1904 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
/linux/net/unix/
H A Dunix_bpf.c32 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in unix_msg_wait_data()
/linux/net/bluetooth/cmtp/
H A Dcore.c310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
/linux/net/bluetooth/bnep/
H A Dcore.c517 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
/linux/drivers/cdx/controller/
H A Dmcdi.c189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/linux/include/linux/
H A Dwait.h1196 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
/linux/fs/notify/inotify/
H A Dinotify_user.c292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/linux/drivers/iio/
H A Dindustrialio-buffer.c154 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read()
213 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
/linux/net/bluetooth/rfcomm/
H A Dsock.c514 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
H A Dcore.c2128 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
/linux/drivers/tty/
H A Dn_tty.c2267 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read()
2421 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
/linux/net/bluetooth/hidp/
H A Dcore.c1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/linux/net/bluetooth/
H A Dsco.c687 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
H A Dl2cap_sock.c367 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
H A Diso.c1199 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
/linux/net/tipc/
H A Dsocket.c438 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
1848 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/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1127 timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout); in allocate_tunnel_bw()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c826 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/linux/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c1171 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
/linux/include/net/
H A Dsock.h1146 *(__timeo) = wait_woken(__wait, \

12