Searched refs:wait (Results 1 – 8 of 8) sorted by relevance
/security/tomoyo/ |
D | securityfs_if.c | 160 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()
|
D | audit.c | 461 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()
|
D | common.h | 792 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);
|
D | common.c | 2123 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/ |
D | policy_ns.h | 73 wait_queue_head_t wait; member
|
/security/keys/ |
D | request_key.c | 75 struct key *session_keyring, int wait) in call_usermodehelper_keys() argument 86 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
|
/security/apparmor/ |
D | policy_ns.c | 105 init_waitqueue_head(&ns->wait); in alloc_ns()
|
D | apparmorfs.c | 548 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()
|