Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
A Dwait.c450 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function
473 EXPORT_SYMBOL(wait_woken);
/linux/net/ipv4/
A Dudp_bpf.c55 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in udp_msg_wait_data()
A Daf_inet.c594 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/linux/net/unix/
A Dunix_bpf.c32 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in unix_msg_wait_data()
/linux/net/bluetooth/cmtp/
A Dcore.c310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
/linux/net/decnet/
A Daf_decnet.c833 *timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, *timeo); in dn_confirm_accept()
873 *timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, *timeo); in dn_wait_run()
1042 *timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, *timeo); in dn_wait_for_connect()
/linux/net/bluetooth/bnep/
A Dcore.c516 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
/linux/include/linux/
A Dwait.h1168 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
/linux/fs/notify/inotify/
A Dinotify_user.c270 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/linux/drivers/iio/
A Dindustrialio-buffer.c153 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read()
206 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_write()
/linux/drivers/tty/
A Dn_tty.c2179 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read()
2331 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
/linux/net/bluetooth/rfcomm/
A Dsock.c516 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
A Dcore.c2124 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
/linux/net/tipc/
A Dsocket.c440 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
1849 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg()
2689 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
/linux/fs/notify/fanotify/
A Dfanotify_user.c737 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/linux/net/bluetooth/hidp/
A Dcore.c1242 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/linux/net/bluetooth/
A Dsco.c685 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
A Dl2cap_sock.c356 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
/linux/drivers/gpu/drm/i915/gvt/
A Dscheduler.c1169 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
/linux/net/vmw_vsock/
A Daf_vsock.c1795 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_connectible_sendmsg()
/linux/include/net/
A Dsock.h1094 *(__timeo) = wait_woken(__wait, \
/linux/fs/ceph/
A Dcaps.c2908 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in ceph_get_caps()
/linux/net/core/
A Drtnetlink.c471 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
A Ddev.c11574 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering()
/linux/fs/nfs/
A Dnfs4proc.c7327 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE, in nfs4_retry_setlk()

Completed in 111 milliseconds

12