Searched refs:kref (Results 1 – 12 of 12) sorted by relevance
| /security/integrity/ |
| A D | digsig_asymmetric.c | 33 key_ref_t kref; in request_asymmetric_key() local 35 kref = keyring_search(make_key_ref(key, 1), in request_asymmetric_key() 37 if (!IS_ERR(kref)) { in request_asymmetric_key() 45 key_ref_t kref; in request_asymmetric_key() local 47 kref = keyring_search(make_key_ref(keyring, 1), in request_asymmetric_key() 49 if (IS_ERR(kref)) in request_asymmetric_key() 50 key = ERR_CAST(kref); in request_asymmetric_key() 52 key = key_ref_to_ptr(kref); in request_asymmetric_key()
|
| /security/apparmor/include/ |
| A D | policy_unpack.h | 100 struct kref count; 160 void aa_loaddata_kref(struct kref *kref);
|
| A D | match.h | 101 struct kref count; 138 void aa_dfa_free_kref(struct kref *kref);
|
| A D | label.h | 105 struct kref count; 128 struct kref count; 267 void aa_label_kref(struct kref *kref); 441 void aa_proxy_kref(struct kref *kref);
|
| A D | lib.h | 131 struct kref count; 140 void aa_str_kref(struct kref *kref);
|
| A D | policy.h | 90 struct kref count; 103 void aa_pdb_free_kref(struct kref *kref);
|
| /security/apparmor/ |
| A D | lib.c | 244 void aa_str_kref(struct kref *kref) in aa_str_kref() argument 246 kfree(container_of(kref, struct counted_str, count)); in aa_str_kref()
|
| A D | match.c | 244 void aa_dfa_free_kref(struct kref *kref) in aa_dfa_free_kref() argument 246 struct aa_dfa *dfa = container_of(kref, struct aa_dfa, count); in aa_dfa_free_kref()
|
| A D | label.c | 53 void aa_proxy_kref(struct kref *kref) in aa_proxy_kref() argument 55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() 376 void aa_label_kref(struct kref *kref) in aa_label_kref() argument 378 struct aa_label *label = container_of(kref, struct aa_label, count); in aa_label_kref()
|
| A D | policy.c | 116 void aa_pdb_free_kref(struct kref *kref) in aa_pdb_free_kref() argument 118 struct aa_policydb *pdb = container_of(kref, struct aa_policydb, count); in aa_pdb_free_kref()
|
| A D | policy_unpack.c | 134 void aa_loaddata_kref(struct kref *kref) in aa_loaddata_kref() argument 136 struct aa_loaddata *d = container_of(kref, struct aa_loaddata, count); in aa_loaddata_kref()
|
| A D | apparmorfs.c | 822 struct kref count; 829 static void multi_transaction_kref(struct kref *kref) in multi_transaction_kref() argument 833 t = container_of(kref, struct multi_transaction, count); in multi_transaction_kref()
|
Completed in 25 milliseconds