Searched refs:wait_woken (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/kernel/sched/
H A Dwait.c326 long wait_woken(wait_queue_t *wait, unsigned mode, long timeout) wait_woken() function
348 EXPORT_SYMBOL(wait_woken); variable
357 * and is paired with set_mb() in wait_woken(). woken_wake_function()
/linux-4.1.27/fs/notify/fanotify/
H A Dfanotify_user.c292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); fanotify_read()
/linux-4.1.27/fs/notify/inotify/
H A Dinotify_user.c266 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); inotify_read()
/linux-4.1.27/drivers/virtio/
H A Dvirtio_balloon.c362 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); balloon()
/linux-4.1.27/net/bluetooth/rfcomm/
H A Dsock.c511 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); rfcomm_sock_accept()
H A Dcore.c2104 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); rfcomm_run()
/linux-4.1.27/drivers/tty/
H A Dn_tty.c2274 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, n_tty_read()
2430 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); n_tty_write()
/linux-4.1.27/net/bluetooth/
H A Dl2cap_sock.c340 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); l2cap_sock_accept()
H A Dsco.c659 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); sco_sock_accept()
/linux-4.1.27/include/linux/
H A Dwait.h916 long wait_woken(wait_queue_t *wait, unsigned mode, long timeout);
/linux-4.1.27/net/core/
H A Drtnetlink.c387 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
H A Ddev.c7402 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);

Completed in 496 milliseconds