Searched refs:poll (Results 1 – 4 of 4) sorted by relevance
208 .poll = tomoyo_poll,
226 if (head->poll) { in tomoyo_flush()2536 head->poll = tomoyo_poll_log; in tomoyo_open_control()2561 head->poll = tomoyo_poll_query; in tomoyo_open_control()2577 head->poll = NULL; in tomoyo_open_control()2578 } else if (!head->poll) { in tomoyo_open_control()2629 if (head->poll) in tomoyo_poll_control()2630 return head->poll(file, wait) | EPOLLOUT | EPOLLWRNORM; in tomoyo_poll_control()
796 __poll_t (*poll)(struct file *file, poll_table *wait); member
606 .poll = ns_revision_poll,
Completed in 20 milliseconds