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

12

/linux-master/net/ipv4/
H A Dudp_bpf.c54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
H A Daf_inet.c612 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
/linux-master/net/vmw_vsock/
H A Dvsock_bpf.c53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
H A Daf_vsock.c1904 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wait_user_fence.c162 timeout = wait_woken(&w_wait, TASK_INTERRUPTIBLE, timeout);
/linux-master/kernel/sched/
H A Dwait.c401 * // in wait_woken() // in woken_wake_function()
413 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) function
436 EXPORT_SYMBOL(wait_woken); variable
440 /* Pairs with the smp_store_mb() in wait_woken(). */
/linux-master/net/unix/
H A Dunix_bpf.c32 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
/linux-master/net/bluetooth/cmtp/
H A Dcore.c307 * wait_woken() performs the necessary memory barriers
310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
441 * See the comment preceding the call to wait_woken()
/linux-master/fs/notify/inotify/
H A Dinotify_user.c292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
/linux-master/include/linux/
H A Dwait.h1196 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
/linux-master/net/bluetooth/bnep/
H A Dcore.c514 * wait_woken() performs the necessary memory barriers
517 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
/linux-master/drivers/tty/
H A Dn_tty.c2267 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE,
2421 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c153 wait_woken(&wait, TASK_INTERRUPTIBLE,
212 wait_woken(&wait, TASK_INTERRUPTIBLE,
/linux-master/drivers/cdx/controller/
H A Dmcdi.c189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies);
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c514 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
H A Dcore.c2128 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
/linux-master/net/bluetooth/hidp/
H A Dcore.c1082 * See the comment preceding the call to wait_woken()
1238 * wait_woken() performs the necessary memory barriers
1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1127 timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout);
/linux-master/net/bluetooth/
H A Dsco.c683 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
H A Dl2cap_sock.c367 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
H A Diso.c1226 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
/linux-master/net/tipc/
H A Dsocket.c440 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
1850 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
2693 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c1171 wait_woken(&wait, TASK_INTERRUPTIBLE,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c826 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c305 wait_woken(&wait, TASK_INTERRUPTIBLE, 0);

Completed in 331 milliseconds

12