Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 19 of 19) sorted by relevance

/security/landlock/
A Ddomain.h85 refcount_t usage; member
159 refcount_inc(&hierarchy->usage); in landlock_get_hierarchy()
164 while (hierarchy && refcount_dec_and_test(&hierarchy->usage)) { in landlock_put_hierarchy()
A Dobject.h48 refcount_t usage; member
88 refcount_inc(&object->usage); in landlock_get_object()
A Dobject.c31 refcount_set(&new_object->usage, 1); in landlock_create_object()
58 if (refcount_dec_and_lock(&object->usage, &object->lock)) { in landlock_put_object()
A Druleset.h162 refcount_t usage; member
218 refcount_inc(&ruleset->usage); in landlock_get_ruleset()
A Druleset.c41 refcount_set(&new_ruleset->usage, 1); in create_ruleset()
497 if (ruleset && refcount_dec_and_test(&ruleset->usage)) in landlock_put_ruleset()
512 if (ruleset && refcount_dec_and_test(&ruleset->usage)) { in landlock_put_ruleset_deferred()
560 refcount_set(&new_dom->hierarchy->usage, 1); in landlock_merge_ruleset()
A Dfs.c263 if (likely(refcount_inc_not_zero(&object->usage))) { in get_inode_object()
/security/selinux/
A Dgenheaders.c20 static void usage(void) in usage() function
50 usage(); in main()
A DKconfig86 Example usage:
/security/keys/
A Dkey.c92 refcount_set(&candidate->usage, 1); in key_user_lookup()
109 refcount_inc(&user->usage); in key_user_lookup()
121 if (refcount_dec_and_lock(&user->usage, &key_user_lock)) { in key_user_put()
288 refcount_set(&key->usage, 1); in key_alloc()
321 refcount_inc(&key->domain_tag->usage); in key_alloc()
652 if (refcount_dec_and_test(&key->usage)) { in key_put()
701 if (!refcount_inc_not_zero(&key->usage)) in key_lookup()
A Dproc.c235 refcount_read(&key->usage), in proc_keys_show()
314 refcount_read(&user->usage), in proc_key_users_show()
A Dkeyring.c216 static struct key_tag default_domain_tag = { .usage = REFCOUNT_INIT(1), }; in key_set_index_key()
240 if (refcount_dec_and_test(&tag->usage)) { in key_put_tag()
1180 if (!refcount_inc_not_zero(&keyring->usage)) in find_keyring_by_name()
1443 kenter("{%d,%d}", keyring->serial, refcount_read(&keyring->usage)); in key_link()
1456 kdebug("begun {%d,%d}", keyring->serial, refcount_read(&keyring->usage)); in key_link()
1466 kleave(" = %d {%d,%d}", ret, keyring->serial, refcount_read(&keyring->usage)); in key_link()
A Drequest_key_auth.c230 kleave(" = {%d,%d}", authkey->serial, refcount_read(&authkey->usage)); in request_key_auth_new()
A Dinternal.h58 refcount_t usage; /* for accessing qnkeys & qnbytes */ member
A Dprocess_keys.c27 .usage = REFCOUNT_INIT(3),
/security/integrity/evm/
A DKconfig69 key must have digitalSignature usage set.
/security/integrity/ima/
A DKconfig203 usage.
215 the usage of the init_module syscall.
257 key must also have the digitalSignature usage set.
/security/integrity/
A DKconfig89 bool "Only CA keys without DigitialSignature usage set"
/security/apparmor/
A DKconfig54 adds to kernel memory usage. It is required for introspection
/security/
A DKconfig.hardening101 impact being driven by the depth of the stack usage, rather than
290 slightly increase memory usage, and prevent the use of forensic

Completed in 24 milliseconds