Searched refs:usage (Results 1 – 19 of 19) sorted by relevance
| /security/landlock/ |
| A D | domain.h | 85 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 D | object.h | 48 refcount_t usage; member 88 refcount_inc(&object->usage); in landlock_get_object()
|
| A D | object.c | 31 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 D | ruleset.h | 162 refcount_t usage; member 218 refcount_inc(&ruleset->usage); in landlock_get_ruleset()
|
| A D | ruleset.c | 41 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 D | fs.c | 263 if (likely(refcount_inc_not_zero(&object->usage))) { in get_inode_object()
|
| /security/selinux/ |
| A D | genheaders.c | 20 static void usage(void) in usage() function 50 usage(); in main()
|
| A D | Kconfig | 86 Example usage:
|
| /security/keys/ |
| A D | key.c | 92 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 D | proc.c | 235 refcount_read(&key->usage), in proc_keys_show() 314 refcount_read(&user->usage), in proc_key_users_show()
|
| A D | keyring.c | 216 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 D | request_key_auth.c | 230 kleave(" = {%d,%d}", authkey->serial, refcount_read(&authkey->usage)); in request_key_auth_new()
|
| A D | internal.h | 58 refcount_t usage; /* for accessing qnkeys & qnbytes */ member
|
| A D | process_keys.c | 27 .usage = REFCOUNT_INIT(3),
|
| /security/integrity/evm/ |
| A D | Kconfig | 69 key must have digitalSignature usage set.
|
| /security/integrity/ima/ |
| A D | Kconfig | 203 usage. 215 the usage of the init_module syscall. 257 key must also have the digitalSignature usage set.
|
| /security/integrity/ |
| A D | Kconfig | 89 bool "Only CA keys without DigitialSignature usage set"
|
| /security/apparmor/ |
| A D | Kconfig | 54 adds to kernel memory usage. It is required for introspection
|
| /security/ |
| A D | Kconfig.hardening | 101 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