/openbmc/linux/kernel/sched/ |
H 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);
|
/openbmc/linux/net/ipv4/ |
H A D | udp_bpf.c | 54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
|
H A D | af_inet.c | 609 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
|
/openbmc/linux/net/vmw_vsock/ |
H A D | vsock_bpf.c | 53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in vsock_msg_wait_data()
|
H A D | af_vsock.c | 1912 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
|
/openbmc/linux/net/unix/ |
H A D | unix_bpf.c | 32 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in unix_msg_wait_data()
|
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | core.c | 310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | core.c | 517 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 293 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
|
/openbmc/linux/drivers/cdx/controller/ |
H A D | mcdi.c | 189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 1201 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-buffer.c | 153 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read() 212 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 2282 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read() 2436 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 514 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
|
H A D | core.c | 2128 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
|
/openbmc/linux/net/tipc/ |
H 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()
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | core.c | 1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
/openbmc/linux/net/bluetooth/ |
H A D | sco.c | 695 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
H A D | l2cap_sock.c | 366 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
|
H A D | iso.c | 1157 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | 847 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.c | 1171 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 1198 *(__timeo) = wait_woken(__wait, \
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_frontend.c | 305 wait_woken(&wait, TASK_INTERRUPTIBLE, 0); in dvb_frontend_get_event()
|
/openbmc/linux/fs/ceph/ |
H A D | caps.c | 3017 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __ceph_get_caps()
|