Searched refs:poll (Results 1 – 4 of 4) sorted by relevance
207 .poll = tomoyo_poll,
234 if (head->poll) { in tomoyo_flush()2438 head->poll = tomoyo_poll_log; in tomoyo_open_control()2463 head->poll = tomoyo_poll_query; in tomoyo_open_control()2479 head->poll = NULL; in tomoyo_open_control()2480 } else if (!head->poll) { in tomoyo_open_control()2531 if (head->poll) in tomoyo_poll_control()2532 return head->poll(file, wait) | EPOLLOUT | EPOLLWRNORM; in tomoyo_poll_control()
796 __poll_t (*poll)(struct file *file, poll_table *wait); member
603 .poll = ns_revision_poll,