Home
last modified time | relevance | path

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

/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.patch1494 -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/
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/fs/notify/inotify/
Dinotify_user.c257 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/kernel/linux/linux-5.10/include/linux/
Dwait.h1158 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/drivers/tty/
Dn_tty.c2240 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/
Dvfio.c978 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/
Dsock.c516 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in rfcomm_sock_accept()
Dcore.c2088 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.c686 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
Dl2cap_sock.c383 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
/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/bluetooth/hidp/
Dcore.c1242 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in hidp_session_run()
/kernel/linux/linux-5.10/net/tipc/
Dsocket.c427 *(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/
Dscheduler.c1123 wait_woken(&wait, TASK_INTERRUPTIBLE, in workload_thread()
/kernel/linux/linux-5.10/net/vmw_vsock/
Daf_vsock.c1761 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, timeout); in vsock_stream_sendmsg()
/kernel/linux/linux-5.10/net/ipv4/
Daf_inet.c600 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in inet_wait_for_connect()
/kernel/linux/linux-5.10/include/net/
Dsock.h1084 *(__timeo) = wait_woken(__wait, \
/kernel/linux/linux-5.10/fs/ceph/
Dcaps.c2916 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.c11219 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in rtnl_lock_unregistering()
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4proc.c7355 wait_woken(&wait, TASK_INTERRUPTIBLE, NFS4_LOCK_MAXTIMEOUT); in nfs4_retry_setlk()