Searched refs:wait (Results 1 – 9 of 9) sorted by relevance
/security/integrity/ima/ |
D | ima_crypto.c | 193 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/ |
D | securityfs_if.c | 160 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()
|
D | audit.c | 470 __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()
|
D | common.h | 796 __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);
|
D | common.c | 2187 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/ |
D | policy_ns.h | 69 wait_queue_head_t wait; member
|
/security/keys/ |
D | request_key.c | 97 struct key *session_keyring, int wait) in call_usermodehelper_keys() argument 108 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
|
/security/apparmor/ |
D | policy_ns.c | 101 init_waitqueue_head(&ns->wait); in alloc_ns()
|
D | apparmorfs.c | 546 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()
|