Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds