Searched refs:poll (Results 1 – 3 of 3) sorted by relevance
211 .poll = tomoyo_poll,
231 if (head->poll) { in tomoyo_flush()2368 head->poll = tomoyo_poll_log; in tomoyo_open_control()2393 head->poll = tomoyo_poll_query; in tomoyo_open_control()2409 head->poll = NULL; in tomoyo_open_control()2410 } else if (!head->poll) { in tomoyo_open_control()2460 if (head->poll) in tomoyo_poll_control()2461 return head->poll(file, wait) | POLLOUT | POLLWRNORM; in tomoyo_poll_control()
791 unsigned int (*poll) (struct file *file, poll_table *wait); member