/linux-6.3-rc2/kernel/sched/ |
A D | wait.c | 453 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function 476 EXPORT_SYMBOL(wait_woken);
|
/linux-6.3-rc2/net/ipv4/ |
A D | udp_bpf.c | 54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
|
A D | af_inet.c | 597 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
|
/linux-6.3-rc2/net/unix/ |
A D | unix_bpf.c | 32 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in unix_msg_wait_data()
|
/linux-6.3-rc2/net/bluetooth/cmtp/ |
A D | core.c | 310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
|
/linux-6.3-rc2/net/bluetooth/bnep/ |
A D | core.c | 516 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
|
/linux-6.3-rc2/fs/notify/inotify/ |
A D | inotify_user.c | 293 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
|
/linux-6.3-rc2/include/linux/ |
A D | wait.h | 1197 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
|
/linux-6.3-rc2/drivers/iio/ |
A D | industrialio-buffer.c | 153 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read() 206 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
|
/linux-6.3-rc2/drivers/tty/ |
A D | n_tty.c | 2243 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read() 2393 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
|
/linux-6.3-rc2/net/bluetooth/rfcomm/ |
A D | sock.c | 521 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
|
A D | core.c | 2128 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
|
/linux-6.3-rc2/net/bluetooth/hidp/ |
A D | core.c | 1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
/linux-6.3-rc2/net/bluetooth/ |
A D | sco.c | 690 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
A D | iso.c | 996 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
|
A D | l2cap_sock.c | 384 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
|
/linux-6.3-rc2/net/tipc/ |
A D | socket.c | 441 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \ 1851 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg() 2694 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify_user.c | 822 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | scheduler.c | 1171 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
|
/linux-6.3-rc2/net/vmw_vsock/ |
A D | af_vsock.c | 1820 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
|
/linux-6.3-rc2/include/net/ |
A D | sock.h | 1180 *(__timeo) = wait_woken(__wait, \
|
/linux-6.3-rc2/fs/ceph/ |
A D | caps.c | 2948 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in ceph_get_caps()
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 509 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
|
/linux-6.3-rc2/drivers/md/ |
A D | raid5.c | 6176 wait_woken(&wait, TASK_UNINTERRUPTIBLE, in raid5_make_request()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4proc.c | 7488 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|