Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 8 of 8) sorted by relevance

/security/tomoyo/
Dsecurityfs_if.c160 static unsigned int tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll() argument
162 return tomoyo_poll_control(file, wait); in tomoyo_poll()
Daudit.c461 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait) in tomoyo_poll_log() argument
465 poll_wait(file, &tomoyo_log_wait, wait); in tomoyo_poll_log()
Dcommon.h792 unsigned int (*poll) (struct file *file, poll_table *wait);
984 unsigned int tomoyo_poll_control(struct file *file, poll_table *wait);
985 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait);
Dcommon.c2123 static unsigned int tomoyo_poll_query(struct file *file, poll_table *wait) in tomoyo_poll_query() argument
2127 poll_wait(file, &tomoyo_query_wait, wait); in tomoyo_poll_query()
2456 unsigned int tomoyo_poll_control(struct file *file, poll_table *wait) in tomoyo_poll_control() argument
2460 return head->poll(file, wait) | POLLOUT | POLLWRNORM; in tomoyo_poll_control()
/security/apparmor/include/
Dpolicy_ns.h73 wait_queue_head_t wait; member
/security/keys/
Drequest_key.c75 struct key *session_keyring, int wait) in call_usermodehelper_keys() argument
86 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/security/apparmor/
Dpolicy_ns.c105 init_waitqueue_head(&ns->wait); in alloc_ns()
Dapparmorfs.c548 if (wait_event_interruptible(rev->ns->wait, in ns_revision_read()
587 poll_wait(file, &rev->ns->wait, pt); in ns_revision_poll()
599 wake_up_interruptible(&ns->wait); in __aa_bump_ns_revision()