Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/kernel/sched/
Dwait.c435 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() function
458 EXPORT_SYMBOL(wait_woken);
/kernel/linux/linux-5.10/net/bluetooth/cmtp/
Dcore.c310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch1499 -long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout)
1500 +__sched long wait_woken(struct wait_queue_entry *wq_entry, unsigned int mode, long timeout)
1504 @@ -457,7 +458,8 @@ long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout)
1506 EXPORT_SYMBOL(wait_woken);
1512 /* Pairs with the smp_store_mb() in wait_woken(). */
/kernel/linux/linux-5.10/net/decnet/
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()
/kernel/linux/linux-5.10/include/linux/
Dwait.h1159 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
/kernel/linux/linux-5.10/net/bluetooth/bnep/
Dcore.c516 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
/kernel/linux/linux-5.10/fs/notify/inotify/
Dinotify_user.c257 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Daf_ninet.c396 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in ninet_wait_for_connect()
/kernel/linux/linux-5.10/drivers/tty/
Dn_tty.c2275 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read()
2427 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
Dsock.c516 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
Dcore.c2124 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
/kernel/linux/linux-5.10/fs/notify/fanotify/
Dfanotify_user.c499 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/kernel/linux/linux-5.10/net/bluetooth/
Dsco.c684 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
Dl2cap_sock.c384 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
/kernel/linux/linux-5.10/net/bluetooth/hidp/
Dcore.c1242 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/kernel/linux/linux-5.10/drivers/iio/
Dindustrialio-buffer.c147 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read_outer()
/kernel/linux/linux-5.10/net/tipc/
Dsocket.c427 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
1850 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg()
2686 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_accept()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dscheduler.c1124 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
/kernel/linux/linux-5.10/net/ipv4/
Daf_inet.c604 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/kernel/linux/linux-5.10/net/vmw_vsock/
Daf_vsock.c1768 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_stream_sendmsg()
/kernel/linux/linux-5.10/include/net/
Dsock.h1120 *(__timeo) = wait_woken(__wait, \
/kernel/linux/linux-5.10/drivers/media/dvb-core/
Ddvb_frontend.c304 wait_woken(&wait, TASK_INTERRUPTIBLE, 0); in dvb_frontend_get_event()
/kernel/linux/linux-5.10/fs/ceph/
Dcaps.c2997 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in ceph_get_caps()
/kernel/linux/linux-5.10/net/core/
Drtnetlink.c469 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
Ddev.c11209 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering()

12