poll_to_key       212 drivers/vhost/vhost.c 		vhost_poll_wakeup(&poll->wait, 0, 0, poll_to_key(mask));
poll_to_key       225 include/linux/wait.h 	__wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
poll_to_key       227 include/linux/wait.h 	__wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
poll_to_key       229 include/linux/wait.h 	__wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
poll_to_key       231 include/linux/wait.h 	__wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))