Searched refs:poll_to_key (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | wait.h | 209 #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) macro 212 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 214 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m)) 216 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 218 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
|
/Linux-v4.19/drivers/vhost/ |
D | vhost.c | 213 vhost_poll_wakeup(&poll->wait, 0, 0, poll_to_key(mask)); in vhost_poll_start()
|