Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dwait.c406 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function
429 EXPORT_SYMBOL(wait_woken);
/Linux-v5.4/net/bluetooth/cmtp/
Dcore.c310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
/Linux-v5.4/include/linux/
Dwait.h1127 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
/Linux-v5.4/net/bluetooth/bnep/
Dcore.c516 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c255 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/Linux-v5.4/drivers/vfio/
Dvfio.c962 wait_woken(&wait, TASK_UNINTERRUPTIBLE, HZ * 10); in vfio_del_group_dev()
964 wait_woken(&wait, TASK_INTERRUPTIBLE, HZ * 10); in vfio_del_group_dev()
/Linux-v5.4/drivers/tty/
Dn_tty.c2226 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read()
2376 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
/Linux-v5.4/net/bluetooth/rfcomm/
Dsock.c519 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
Dcore.c2090 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c368 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/Linux-v5.4/net/bluetooth/
Dsco.c666 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
Dl2cap_sock.c342 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
/Linux-v5.4/net/bluetooth/hidp/
Dcore.c1242 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/Linux-v5.4/drivers/iio/
Dindustrialio-buffer.c145 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read_first_n_outer()
/Linux-v5.4/net/vmw_vsock/
Daf_vsock.c1592 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_stream_sendmsg()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dscheduler.c1009 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
/Linux-v5.4/net/ipv4/
Daf_inet.c589 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/Linux-v5.4/net/tipc/
Dsocket.c395 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
1698 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg()
/Linux-v5.4/include/net/
Dsock.h1014 *(__timeo) = wait_woken(__wait, \
/Linux-v5.4/fs/ceph/
Dcaps.c2777 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in ceph_get_caps()
/Linux-v5.4/net/core/
Drtnetlink.c469 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
Ddev.c10110 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering()
/Linux-v5.4/fs/nfs/
Dnfs4proc.c7113 wait_woken(&wait, TASK_INTERRUPTIBLE, NFS4_LOCK_MAXTIMEOUT); in nfs4_retry_setlk()