Home
last modified time | relevance | path

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

/security/tomoyo/
Dsecurityfs_if.c211 .poll = tomoyo_poll,
Dcommon.c231 if (head->poll) { in tomoyo_flush()
2368 head->poll = tomoyo_poll_log; in tomoyo_open_control()
2393 head->poll = tomoyo_poll_query; in tomoyo_open_control()
2409 head->poll = NULL; in tomoyo_open_control()
2410 } else if (!head->poll) { in tomoyo_open_control()
2460 if (head->poll) in tomoyo_poll_control()
2461 return head->poll(file, wait) | POLLOUT | POLLWRNORM; in tomoyo_poll_control()
Dcommon.h791 unsigned int (*poll) (struct file *file, poll_table *wait); member