Searched refs:wait (Results 1 - 5 of 5) sorted by relevance

/security/tomoyo/
H A Dsecurityfs_if.c159 * @wait: Pointer to "poll_table". Maybe NULL.
164 static unsigned int tomoyo_poll(struct file *file, poll_table *wait) argument
166 return tomoyo_poll_control(file, wait);
H A Daudit.c456 * @wait: Pointer to "poll_table". Maybe NULL.
460 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait) argument
464 poll_wait(file, &tomoyo_log_wait, wait);
H A Dcommon.h791 unsigned int (*poll) (struct file *file, poll_table *wait);
983 unsigned int tomoyo_poll_control(struct file *file, poll_table *wait);
984 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait);
H A Dcommon.c2116 * @wait: Pointer to "poll_table".
2122 static unsigned int tomoyo_poll_query(struct file *file, poll_table *wait) argument
2126 poll_wait(file, &tomoyo_query_wait, wait);
2450 * @wait: Pointer to "poll_table". Maybe NULL.
2455 unsigned int tomoyo_poll_control(struct file *file, poll_table *wait) argument
2459 return head->poll(file, wait) | POLLOUT | POLLWRNORM;
/security/keys/
H A Drequest_key.c76 struct key *session_keyring, int wait)
87 return call_usermodehelper_exec(info, wait);
179 /* ret is the exit/wait code */
502 * and wait_for_key_construction() should be used to wait for that to complete.
577 * @intr: Whether to wait interruptibly.
581 * Returns 0 if successful; -ERESTARTSYS if the wait was interrupted; -ENOKEY
602 * request_key - Request a key and wait for construction
612 * Furthermore, it then works as wait_for_key_construction() to wait for the
613 * completion of keys undergoing construction with a non-interruptible wait.
649 * Furthermore, it then works as wait_for_key_construction() to wait fo
75 call_usermodehelper_keys(char *path, char **argv, char **envp, struct key *session_keyring, int wait) argument
[all...]

Completed in 96 milliseconds