/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 | 1494 -long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) 1495 +__sched long wait_woken(struct wait_queue_entry *wq_entry, unsigned int mode, long timeout) 1499 @@ -457,7 +458,8 @@ long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) 1501 EXPORT_SYMBOL(wait_woken); 1507 /* 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/fs/notify/inotify/ |
D | inotify_user.c | 257 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
|
/kernel/linux/linux-5.10/include/linux/ |
D | wait.h | 1158 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/drivers/tty/ |
D | n_tty.c | 2240 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read() 2392 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in n_tty_write()
|
/kernel/linux/linux-5.10/drivers/vfio/ |
D | vfio.c | 978 wait_woken(&wait, TASK_UNINTERRUPTIBLE, HZ * 10); in vfio_del_group_dev() 980 wait_woken(&wait, TASK_INTERRUPTIBLE, HZ * 10); in vfio_del_group_dev()
|
/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 | 2088 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 | 686 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
D | l2cap_sock.c | 383 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
|
/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/bluetooth/hidp/ |
D | core.c | 1242 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
|
/kernel/linux/linux-5.10/net/tipc/ |
D | socket.c | 427 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \ 1849 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in tipc_wait_for_rcvmsg() 2685 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 | 1123 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
D | af_vsock.c | 1761 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_stream_sendmsg()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | af_inet.c | 600 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 1084 *(__timeo) = wait_woken(__wait, \
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | caps.c | 2916 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 | 11219 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs4proc.c | 7355 wait_woken(&wait, TASK_INTERRUPTIBLE, NFS4_LOCK_MAXTIMEOUT); in nfs4_retry_setlk()
|