Symbol: wait_woken
drivers/cdx/controller/mcdi.c
209
rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies);
drivers/char/tpm/tpm_tis_core.c
110
wait_woken(&wait, TASK_INTERRUPTIBLE, timeout);
drivers/gpu/drm/display/drm_dp_tunnel.c
1145
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
6244
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
3105
if (!wait_woken(&wait, TASK_INTERRUPTIBLE,
fs/nfs/nfs4proc.c
7692
wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE,
fs/notify/fanotify/fanotify_user.c
1017
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
1230
*(__timeo) = wait_woken(__wait, \
kernel/sched/wait.c
455
EXPORT_SYMBOL(wait_woken);
net/bluetooth/bnep/core.c
536
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/hidp/core.c
1283
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/iso.c
1407
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/bluetooth/l2cap_sock.c
371
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/bluetooth/rfcomm/core.c
2177
wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
net/bluetooth/rfcomm/sock.c
530
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/bluetooth/sco.c
811
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
617
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/ipv4/udp_bpf.c
54
wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/tipc/socket.c
1851
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/tipc/socket.c
2696
timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
net/tipc/socket.c
439
*(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
2264
timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout);
net/vmw_vsock/vsock_bpf.c
53
wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);