Symbol: wait_woken
drivers/cdx/controller/mcdi.c
209
rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies);
drivers/gpu/drm/display/drm_dp_tunnel.c
1128
timeout = wait_woken(&wait, TASK_UNINTERRUPTIBLE, timeout);
drivers/gpu/drm/i915/gvt/scheduler.c
1180
wait_woken(&wait, TASK_INTERRUPTIBLE,
drivers/gpu/drm/xe/xe_wait_user_fence.c
168
timeout = wait_woken(&w_wait, TASK_INTERRUPTIBLE, timeout);
drivers/iio/industrialio-buffer.c
187
wait_woken(&wait, TASK_INTERRUPTIBLE,
drivers/iio/industrialio-buffer.c
248
wait_woken(&wait, TASK_INTERRUPTIBLE,
drivers/md/raid5.c
6197
wait_woken(&wait, TASK_UNINTERRUPTIBLE,
drivers/media/dvb-core/dvb_frontend.c
305
wait_woken(&wait, TASK_INTERRUPTIBLE, 0);
drivers/tty/n_tty.c
2158
*timeout = wait_woken(wait, TASK_INTERRUPTIBLE, *timeout);
drivers/tty/n_tty.c
2407
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
fs/ceph/caps.c
3094
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
fs/nfs/nfs4proc.c
7682
wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE,
fs/notify/fanotify/fanotify_user.c
1028
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
fs/notify/inotify/inotify_user.c
292
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
include/linux/wait.h
1229
long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
include/net/sock.h
1225
*(__timeo) = wait_woken(__wait, \
kernel/sched/wait.c
455
EXPORT_SYMBOL(wait_woken);
net/bluetooth/bnep/core.c
517
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/cmtp/core.c
310
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/hidp/core.c
1251
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/iso.c
1382
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/bluetooth/l2cap_sock.c
367
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/bluetooth/rfcomm/core.c
2129
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/rfcomm/sock.c
515
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/bluetooth/sco.c
777
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/ceph/ceph_common.c
828
timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout);
net/core/rtnetlink.c
668
wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/ipv4/af_inet.c
618
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/ipv4/udp_bpf.c
55
wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/tipc/socket.c
1846
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/tipc/socket.c
2691
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/tipc/socket.c
438
*(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
net/unix/unix_bpf.c
33
wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/vmw_vsock/af_vsock.c
2229
timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout);
net/vmw_vsock/vsock_bpf.c
53
wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);