Home
last modified time | relevance | path

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

/security/integrity/ima/
Dima_crypto.c193 static inline int ahash_wait(int err, struct crypto_wait *wait) in ahash_wait() argument
196 err = crypto_wait_req(err, wait); in ahash_wait()
213 struct crypto_wait wait; in ima_calc_file_hash_atfm() local
222 crypto_init_wait(&wait); in ima_calc_file_hash_atfm()
225 crypto_req_done, &wait); in ima_calc_file_hash_atfm()
227 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm()
263 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
278 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
287 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
301 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
[all …]
/security/tomoyo/
Dsecurityfs_if.c160 static __poll_t tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll() argument
162 return tomoyo_poll_control(file, wait); in tomoyo_poll()
Daudit.c470 __poll_t tomoyo_poll_log(struct file *file, poll_table *wait) in tomoyo_poll_log() argument
474 poll_wait(file, &tomoyo_log_wait, wait); in tomoyo_poll_log()
Dcommon.h796 __poll_t (*poll)(struct file *file, poll_table *wait);
994 __poll_t tomoyo_poll_control(struct file *file, poll_table *wait);
995 __poll_t tomoyo_poll_log(struct file *file, poll_table *wait);
Dcommon.c2187 static __poll_t tomoyo_poll_query(struct file *file, poll_table *wait) in tomoyo_poll_query() argument
2191 poll_wait(file, &tomoyo_query_wait, wait); in tomoyo_poll_query()
2527 __poll_t tomoyo_poll_control(struct file *file, poll_table *wait) in tomoyo_poll_control() argument
2532 return head->poll(file, wait) | EPOLLOUT | EPOLLWRNORM; in tomoyo_poll_control()
/security/apparmor/include/
Dpolicy_ns.h69 wait_queue_head_t wait; member
/security/keys/
Drequest_key.c97 struct key *session_keyring, int wait) in call_usermodehelper_keys() argument
108 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/security/apparmor/
Dpolicy_ns.c101 init_waitqueue_head(&ns->wait); in alloc_ns()
Dapparmorfs.c546 if (wait_event_interruptible(rev->ns->wait, in ns_revision_read()
585 poll_wait(file, &rev->ns->wait, pt); in ns_revision_poll()
597 wake_up_interruptible(&ns->wait); in __aa_bump_ns_revision()