Home
last modified time | relevance | path

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

/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.c169 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()
/linux/net/vmw_vsock/
H A Dvsock_bpf.c53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in vsock_msg_wait_data()
H A Daf_vsock.c2014 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.c185 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/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/iio/
H 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/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()
2689 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
/linux/net/bluetooth/hidp/
H A Dcore.c1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1127 timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout); in allocate_tunnel_bw()
/linux/net/bluetooth/
H A Dsco.c747 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.c1272 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
/linux/include/net/
H A Dsock.h1162 *(__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()
/linux/fs/ceph/
H A Dcaps.c3093 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __ceph_get_caps()
/linux/net/core/
H A Drtnetlink.c659 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
/linux/fs/nfs/
H A Dnfs4proc.c7699 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()