Lines Matching refs:poll
226 if (head->poll) {
2170 * tomoyo_poll_query - poll() for /sys/kernel/security/tomoyo/query.
2427 head->poll = tomoyo_poll_log;
2452 head->poll = tomoyo_poll_query;
2468 head->poll = NULL;
2469 } else if (!head->poll) {
2470 /* Don't allocate read_buf for poll() access. */
2508 * tomoyo_poll_control - poll() for /sys/kernel/security/tomoyo/ interface.
2520 if (head->poll)
2521 return head->poll(file, wait) | EPOLLOUT | EPOLLWRNORM;