/kernel/linux/linux-5.10/kernel/sched/ |
D | wait.c | 435 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/ |
D | core.c | 310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in cmtp_session()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 1499 -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/ |
D | af_decnet.c | 833 *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/ |
D | wait.h | 1159 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
D | core.c | 516 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in bnep_session()
|
/kernel/linux/linux-5.10/fs/notify/inotify/ |
D | inotify_user.c | 257 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | af_ninet.c | 396 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in ninet_wait_for_connect()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | n_tty.c | 2275 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/ |
D | sock.c | 516 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
|
D | core.c | 2124 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rfcomm_run()
|
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
D | fanotify_user.c | 499 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | sco.c | 684 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
D | l2cap_sock.c | 384 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
|
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
D | core.c | 1242 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
/kernel/linux/linux-5.10/drivers/iio/ |
D | industrialio-buffer.c | 147 wait_woken(&wait, TASK_INTERRUPTIBLE, in iio_buffer_read_outer()
|
/kernel/linux/linux-5.10/net/tipc/ |
D | socket.c | 427 *(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/ |
D | scheduler.c | 1124 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | af_inet.c | 604 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
D | af_vsock.c | 1768 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_stream_sendmsg()
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 1120 *(__timeo) = wait_woken(__wait, \
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
D | dvb_frontend.c | 304 wait_woken(&wait, TASK_INTERRUPTIBLE, 0); in dvb_frontend_get_event()
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | caps.c | 2997 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in ceph_get_caps()
|
/kernel/linux/linux-5.10/net/core/ |
D | rtnetlink.c | 469 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering_all()
|
D | dev.c | 11209 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering()
|