Home
last modified time | relevance | path

Searched refs:wait_woken (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.6.21/kernel/sched/
Dwait.c453 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function
476 EXPORT_SYMBOL(wait_woken);
/linux-6.6.21/net/ipv4/
Dudp_bpf.c54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
Daf_inet.c611 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/linux-6.6.21/net/vmw_vsock/
Dvsock_bpf.c53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in vsock_msg_wait_data()
Daf_vsock.c1857 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
/linux-6.6.21/net/unix/
Dunix_bpf.c32 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in unix_msg_wait_data()
/linux-6.6.21/net/bluetooth/cmtp/
Dcore.c310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
/linux-6.6.21/net/bluetooth/bnep/
Dcore.c516 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
/linux-6.6.21/include/linux/
Dwait.h1200 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
/linux-6.6.21/drivers/cdx/controller/
Dmcdi.c189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/linux-6.6.21/fs/notify/inotify/
Dinotify_user.c293 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/linux-6.6.21/drivers/iio/
Dindustrialio-buffer.c153 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read()
212 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
/linux-6.6.21/net/bluetooth/rfcomm/
Dsock.c514 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
Dcore.c2128 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
/linux-6.6.21/drivers/tty/
Dn_tty.c2272 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read()
2426 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
/linux-6.6.21/net/bluetooth/hidp/
Dcore.c1241 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/linux-6.6.21/net/bluetooth/
Dsco.c682 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
Dl2cap_sock.c366 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
Diso.c1076 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in iso_sock_accept()
/linux-6.6.21/net/tipc/
Dsocket.c441 *(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.6.21/fs/notify/fanotify/
Dfanotify_user.c827 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/linux-6.6.21/drivers/gpu/drm/i915/gvt/
Dscheduler.c1171 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
/linux-6.6.21/include/net/
Dsock.h1196 *(__timeo) = wait_woken(__wait, \
/linux-6.6.21/drivers/media/dvb-core/
Ddvb_frontend.c305 wait_woken(&wait, TASK_INTERRUPTIBLE, 0); in dvb_frontend_get_event()
/linux-6.6.21/fs/ceph/
Dcaps.c3014 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __ceph_get_caps()

12