Searched refs:poll_to_key (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | wait.h | 222 #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) macro 225 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 227 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m)) 229 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 231 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
|
/Linux-v5.4/drivers/vhost/ |
D | vhost.c | 212 vhost_poll_wakeup(&poll->wait, 0, 0, poll_to_key(mask)); in vhost_poll_start()
|