Home
last modified time | relevance | path

Searched refs:poll_to_key (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dwait.h236 #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) macro
239 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
241 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
243 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
245 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
247 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
/linux/kernel/sched/
A Dwait.c243 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux/drivers/vhost/
A Dvhost.c213 vhost_poll_wakeup(&poll->wait, 0, 0, poll_to_key(mask)); in vhost_poll_start()

Completed in 11 milliseconds