Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Dsecurityfs_if.c207 .poll = tomoyo_poll,
Dcommon.c234 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()
Dcommon.h796 __poll_t (*poll)(struct file *file, poll_table *wait); member
/security/apparmor/
Dapparmorfs.c603 .poll = ns_revision_poll,