Searched refs:poll_schedule_timeout (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | poll.h | 97 extern int poll_schedule_timeout(struct poll_wqueues *pwq, int state, 104 return poll_schedule_timeout(pwq, state, NULL, 0); in poll_schedule()
|
/linux-4.4.14/fs/ |
D | select.c | 234 int poll_schedule_timeout(struct poll_wqueues *pwq, int state, in poll_schedule_timeout() function 259 EXPORT_SYMBOL(poll_schedule_timeout); 529 if (!poll_schedule_timeout(&table, TASK_INTERRUPTIBLE, in do_select() 861 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) in do_poll()
|