Home
last modified time | relevance | path

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

12

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

Completed in 85 milliseconds

12