Lines Matching refs:poll
234 if (head->poll) {
2178 * tomoyo_poll_query - poll() for /sys/kernel/security/tomoyo/query.
2435 head->poll = tomoyo_poll_log;
2460 head->poll = tomoyo_poll_query;
2476 head->poll = NULL;
2477 } else if (!head->poll) {
2478 /* Don't allocate read_buf for poll() access. */
2516 * tomoyo_poll_control - poll() for /sys/kernel/security/tomoyo/ interface.
2528 if (head->poll)
2529 return head->poll(file, wait) | EPOLLOUT | EPOLLWRNORM;