Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 118) sorted by relevance

12345

/include/linux/
Dkey.h114 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref()
137 struct key *key; member
154 struct key { struct
156 key_serial_t serial; /* key serial number */ argument
162 struct key_user *user; /* owner of this key */ argument
163 void *security; /* security data for this key */ argument
165 time_t expiry; /* time at which key expires (or 0) */ argument
168 time_t last_used_at; /* last time used for LRU keyring discard */ argument
171 key_perm_t perm; /* access permissions */ argument
185 #define KEY_FLAG_DEAD 0 /* set if key type has been deleted */ argument
[all …]
Dsiphash.h21 u64 key[2]; member
24 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero()
45 const siphash_key_t *key) in siphash_2u32()
50 const u32 d, const siphash_key_t *key) in siphash_4u32()
57 const siphash_key_t *key) in ___siphash_aligned()
83 const siphash_key_t *key) in siphash()
94 unsigned long key[2]; member
112 const hsiphash_key_t *key) in ___hsiphash_aligned()
136 const hsiphash_key_t *key) in hsiphash()
Djump_label_ratelimit.h10 struct static_key key; member
24 struct static_key key; member
26 static inline void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
31 static inline void static_key_deferred_flush(struct static_key_deferred *key) in static_key_deferred_flush()
36 jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
Djump_label.h140 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
145 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
191 static inline int static_key_count(struct static_key *key) in static_key_count()
201 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
208 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
215 static inline void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
221 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
227 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key) argument
228 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) argument
243 static inline void static_key_enable(struct static_key *key) in static_key_enable()
[all …]
Dbtree-128.h24 u64 key[2] = {k1, k2}; in btree_lookup128() local
31 u64 key[2] = {*k1, *k2}; in btree_get_prev128() local
44 u64 key[2] = {k1, k2}; in btree_insert128() local
52 u64 key[2] = {k1, k2}; in btree_update128() local
59 u64 key[2] = {k1, k2}; in btree_remove128() local
65 u64 key[2]; in btree_last128() local
Dsysrq.h56 static inline void handle_sysrq(int key) in handle_sysrq()
60 static inline void __handle_sysrq(int key, bool check_mask) in __handle_sysrq()
64 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key()
69 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
165 #define hash_for_each_possible(name, obj, member, key) \ argument
176 #define hash_for_each_possible_rcu(name, obj, member, key) \ argument
191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument
204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
Dbtree.h216 #define btree_for_each_safel(head, key, val) \ argument
227 #define btree_for_each_safe32(head, key, val) \ argument
239 #define btree_for_each_safe64(head, key, val) \ argument
Drbtree_latch.h105 __lt_find(void *key, struct latch_tree_root *ltr, int idx, in __lt_find()
106 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find()
199 latch_tree_find(void *key, struct latch_tree_root *root, in latch_tree_find()
Ddynamic_debug.h45 } key; member
74 #define DEFINE_DYNAMIC_DEBUG_METADATA_KEY(name, fmt, key, init) \ argument
88 #define dd_key_init(key, init) key = (init) argument
108 #define dd_key_init(key, init) argument
Drhashtable.h112 const void *key; member
244 const void *key, const struct rhashtable_params params) in rht_key_hashfn()
601 struct rhashtable *ht, const void *key, in __rhashtable_lookup()
647 struct rhashtable *ht, const void *key, in rhashtable_lookup()
670 struct rhashtable *ht, const void *key, in rhashtable_lookup_fast()
697 struct rhltable *hlt, const void *key, in rhltable_lookup()
710 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast()
858 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key()
885 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert() local
917 const char *key = rht_obj(ht, obj); in rhashtable_lookup_insert_fast() local
[all …]
Dlockdep.h79 struct lockdep_subclass_key *key; member
154 struct lock_class_key *key; member
386 #define lockdep_set_class(lock, key) \ argument
388 #define lockdep_set_class_and_name(lock, key, name) \ argument
390 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument
401 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key) argument
404 struct lock_class_key *key) in lockdep_match_key()
505 # define lockdep_init_map(lock, name, key, sub) \ argument
507 # define lockdep_set_class(lock, key) do { (void)(key); } while (0) argument
508 # define lockdep_set_class_and_name(lock, key, name) \ argument
[all …]
/include/net/
Darp.h15 u32 key = *(const u32 *)pkey; in arp_hashfn() local
22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref()
31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref()
37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup()
50 static inline void __ipv4_confirm_neigh(struct net_device *dev, u32 key) in __ipv4_confirm_neigh()
Dipv6_frag.h34 const struct frag_v6_compare_key *key = a; in ip6frag_init() local
57 const struct frag_v6_compare_key *key = arg->key; in ip6frag_obj_cmpfn() local
Dgre.h17 __be32 key; member
110 __be32 key, __be32 seq) in gre_build_header()
/include/keys/
Duser-type.h51 static inline const struct user_key_payload *user_key_payload_rcu(const struct key *key) in user_key_payload_rcu()
56 static inline struct user_key_payload *user_key_payload_locked(const struct key *key) in user_key_payload_locked()
/include/uapi/rdma/
Dcxgb3-abi.h52 __u64 key; member
58 __u64 key; member
66 __u64 key; member
/include/crypto/
Dxts.h31 const u8 *key, unsigned int keylen) in xts_check_key()
55 const u8 *key, unsigned int keylen) in xts_verify_key()
Decdh.h43 char *key; member
Dchacha.h32 u32 key[8]; member
/include/net/sctp/
Dauth.h66 struct sctp_auth_bytes *key; member
75 static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key) in sctp_auth_key_hold()
/include/uapi/linux/
Dagpgart.h93 int key; /* tag of allocation */ member
103 int key; /* tag of allocation */ member
108 int key; /* tag of allocation */ member
Dpr.h17 __u64 key; member
37 __u64 key; member
Dsed-opal.h55 __u8 key[OPAL_KEY_MAX]; member
59 struct opal_key key; member
102 struct opal_key key; member
/include/net/netfilter/
Dnft_meta.h6 enum nft_meta_keys key:8; member

12345