Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
H A Dwait.c432 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 Dvsock_bpf.c53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in vsock_msg_wait_data()
H A Daf_vsock.c2229 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
/linux/net/ipv4/
H A Dudp_bpf.c55 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
H A Daf_inet.c618 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/linux/net/unix/
H A Dunix_bpf.c33 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/include/linux/
H A Dwait.h1229 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/cdx/controller/
H A Dmcdi.c209 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/linux/net/ceph/
H A Dceph_common.c828 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in __ceph_open_session()
/linux/drivers/tty/
H A Dn_tty.c2158 *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 Dsock.c515 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
H A Dcore.c2129 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
/linux/drivers/iio/
H A Dindustrialio-buffer.c187 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read()
248 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
/linux/net/tipc/
H A Dsocket.c438 *(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 Dcore.c1251 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/linux/net/bluetooth/
H A Dsco.c757 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.c1382 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1128 timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout); in allocate_tunnel_bw()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1028 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/linux/include/net/
H A Dsock.h1225 *(__timeo) = wait_woken(__wait, \
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c305 wait_woken(&wait, TASK_INTERRUPTIBLE, 0); in dvb_frontend_get_event()

12