Home
last modified time | relevance | path

Searched defs:key (Results 6101 - 6125 of 9247) sorted by relevance

1...<<241242243244245246247248249250>>...370

/kernel/liteos_a/kernel/base/vm/
H A Dshm.c196 STATIC INT32 ShmAllocSegCheck(key_t key, size_t *size, INT32 *segNum) in ShmAllocSegCheck() argument
229 STATIC INT32 ShmAllocSeg(key_t key, size_t size, INT32 shmflg) in ShmAllocSeg() argument
295 STATIC INT32 ShmFindSegByKey(key_t key) in ShmFindSegByKey() argument
469 INT32 ShmGet(key_t key, size_t size, INT32 shmflg) in ShmGet() argument
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Drdma_user_rxe.h85 __u32 key; member
/kernel/linux/linux-6.6/sound/firewire/
H A Disight.c603 int key, value; in get_unit_base() local
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_stream.c357 int key = (substream->number << 2) | (substream->stream + 1); in snd_hdac_stream_assign() local
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c604 struct hks_blob key = {HKS_BLOB_TYPE_RAW, (uint8_t *)buf, nbyte}; in read() local
/kernel/liteos_m/kal/posix/src/
H A Dpthread.c65 uintptr_t *key; member
711 uintptr_t *key = NULL; pthread_setspecific() local
753 void *key = NULL; pthread_getspecific() local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Darizona-jack.c884 int val, key, lvl; in arizona_button_reading() local
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_sysfs.c25 const char *key; member
281 static struct hda_hint *get_hint(struct hda_codec *codec, const char *key) in get_hint() argument
310 char *key, *val; in parse_hints() local
418 snd_hda_get_hint(struct hda_codec *codec, const char *key) snd_hda_get_hint() argument
434 snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) snd_hda_get_bool_hint() argument
470 snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) snd_hda_get_int_hint() argument
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtracing_map.c505 keys_match(void *key, void *test_key, unsigned key_size) keys_match() argument
516 __tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only) __tracing_map_insert() argument
639 tracing_map_insert(struct tracing_map *map, void *key) tracing_map_insert() argument
661 tracing_map_lookup(struct tracing_map *map, void *key) tracing_map_lookup() argument
952 create_sort_entry(void *key, struct tracing_map_elt *elt) create_sort_entry() argument
971 void *key; detect_dups() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dbtree.c135 static void dec_key(struct btree_geo *geo, unsigned long *key) in dec_key() argument
161 longcpy(bkey(geo, node, n), key, geo->keylen); in setkey() local
230 static int keyzero(struct btree_geo *geo, unsigned long *key) in keyzero() argument
158 setkey(struct btree_geo *geo, unsigned long *node, int n, unsigned long *key) setkey() argument
207 btree_last(struct btree_head *head, struct btree_geo *geo, unsigned long *key) btree_last() argument
224 keycmp(struct btree_geo *geo, unsigned long *node, int pos, unsigned long *key) keycmp() argument
241 btree_lookup_node(struct btree_head *head, struct btree_geo *geo, unsigned long *key) btree_lookup_node() argument
263 btree_lookup(struct btree_head *head, struct btree_geo *geo, unsigned long *key) btree_lookup() argument
280 btree_update(struct btree_head *head, struct btree_geo *geo, unsigned long *key, void *val) btree_update() argument
312 unsigned long *retry_key = NULL, key[MAX_KEYLEN]; btree_get_prev() local
359 getpos(struct btree_geo *geo, unsigned long *node, unsigned long *key) getpos() argument
384 find_level(struct btree_head *head, struct btree_geo *geo, unsigned long *key, int level) find_level() argument
444 btree_insert_level(struct btree_head *head, struct btree_geo *geo, unsigned long *key, void *val, int level, gfp_t gfp) btree_insert_level() argument
506 btree_insert(struct btree_head *head, struct btree_geo *geo, unsigned long *key, void *val, gfp_t gfp) btree_insert() argument
536 rebalance(struct btree_head *head, struct btree_geo *geo, unsigned long *key, int level, unsigned long *child, int fill) rebalance() argument
587 btree_remove_level(struct btree_head *head, struct btree_geo *geo, unsigned long *key, int level) btree_remove_level() argument
625 btree_remove(struct btree_head *head, struct btree_geo *geo, unsigned long *key) btree_remove() argument
638 unsigned long key[MAX_KEYLEN]; btree_merge() local
672 __btree_for_each(struct btree_head *head, struct btree_geo *geo, unsigned long *node, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2, int reap, int height, size_t count) __btree_for_each() argument
698 empty(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2) empty() argument
703 visitorl(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *__func) visitorl() argument
716 u32 *key = (void *)__key; visitor32() local
726 u64 *key = (void *)__key; visitor64() local
736 u64 *key = (void *)__key; visitor128() local
742 btree_visitor(struct btree_head *head, struct btree_geo *geo, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2) btree_visitor() argument
760 btree_grim_visitor(struct btree_head *head, struct btree_geo *geo, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2) btree_grim_visitor() argument
[all...]
H A Drhashtable.c590 static void *rhashtable_try_insert(struct rhashtable *ht, const void *key, in rhashtable_try_insert() argument
633 void *rhashtable_insert_slow(struct rhashtable *ht, const void *key, in rhashtable_insert_slow() argument
972 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2() argument
490 rhashtable_lookup_one(struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, struct bucket_table *tbl, unsigned int hash, const void *key, struct rhash_head *obj) rhashtable_lookup_one() argument
[all...]
H A Dtest_objagg.c38 struct tokey key; member
51 struct tokey key; in world_obj_get() local
93 const struct tokey *key = obj; in delta_check() local
103 struct tokey *key = obj; in delta_create() local
130 struct tokey *key in root_create() local
[all...]
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree_stall.h1054 static void sysrq_show_rcu(u8 key) in sysrq_show_rcu() argument
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_fd.c527 static int p9_pollwake(wait_queue_entry_t *wait, unsigned int mode, int sync, void *key) in p9_pollwake() argument
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.h154 static inline bool smp_ltk_is_sc(struct smp_ltk *key) in smp_ltk_is_sc() argument
165 static inline u8 smp_ltk_sec_level(struct smp_ltk *key) in smp_ltk_sec_level() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.c125 ieee80211_key_enable_hw_accel(struct ieee80211_key *key) ieee80211_key_enable_hw_accel() argument
234 ieee80211_key_disable_hw_accel(struct ieee80211_key *key) ieee80211_key_disable_hw_accel() argument
273 _ieee80211_set_tx_key(struct ieee80211_key *key, bool force) _ieee80211_set_tx_key() argument
291 ieee80211_set_tx_key(struct ieee80211_key *key) ieee80211_set_tx_key() argument
359 struct ieee80211_key *key = NULL; __ieee80211_set_default_key() local
394 struct ieee80211_key *key = NULL; __ieee80211_set_default_mgmt_key() local
419 struct ieee80211_key *key = NULL; __ieee80211_set_default_beacon_key() local
595 struct ieee80211_key *key; ieee80211_key_alloc() local
744 ieee80211_key_free_common(struct ieee80211_key *key) ieee80211_key_free_common() argument
767 __ieee80211_key_destroy(struct ieee80211_key *key, bool delay_tailroom) __ieee80211_key_destroy() argument
788 ieee80211_key_destroy(struct ieee80211_key *key, bool delay_tailroom) ieee80211_key_destroy() argument
803 ieee80211_key_free_unused(struct ieee80211_key *key) ieee80211_key_free_unused() argument
845 ieee80211_key_link(struct ieee80211_key *key, struct ieee80211_link_data *link, struct sta_info *sta) ieee80211_key_link() argument
948 ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom) ieee80211_key_free() argument
965 struct ieee80211_key *key; ieee80211_reenable_keys() local
992 ieee80211_iter_keys(struct ieee80211_hw *hw, struct ieee80211_vif *vif, void (*iter)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *data), void *iter_data) ieee80211_iter_keys() argument
1002 struct ieee80211_key *key, *tmp; ieee80211_iter_keys() local
1027 _ieee80211_iter_keys_rcu(struct ieee80211_hw *hw, struct ieee80211_sub_if_data *sdata, void (*iter)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *data), void *iter_data) _ieee80211_iter_keys_rcu() argument
1036 struct ieee80211_key *key; _ieee80211_iter_keys_rcu() local
1051 ieee80211_iter_keys_rcu(struct ieee80211_hw *hw, struct ieee80211_vif *vif, void (*iter)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *data), void *iter_data) ieee80211_iter_keys_rcu() argument
1076 struct ieee80211_key *key, *tmp; ieee80211_free_keys_iface() local
1100 struct ieee80211_key *key, *tmp; ieee80211_remove_link_keys() local
1117 struct ieee80211_key *key, *tmp; ieee80211_free_key_list() local
1131 struct ieee80211_key *key, *tmp; ieee80211_free_keys() local
1176 struct ieee80211_key *key; ieee80211_free_sta_keys() local
1249 struct ieee80211_key *key; ieee80211_get_key_rx_seq() local
1302 struct ieee80211_key *key; ieee80211_set_key_rx_seq() local
1357 struct ieee80211_key *key; ieee80211_remove_key() local
1386 struct ieee80211_key *key; ieee80211_gtk_rekey_add() local
1415 struct ieee80211_key *key; ieee80211_key_mic_failure() local
1437 struct ieee80211_key *key; ieee80211_key_replay() local
1466 struct ieee80211_key *key; ieee80211_key_switch_links() local
[all...]
H A Dmesh_pathtbl.c466 struct ieee80211_key *key; in mesh_fast_tx_cache() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_offload.c36 struct nf_flow_key *key = &match->key; in nf_flow_rule_lwt_match() local
80 nf_flow_rule_vlan_match(struct flow_dissector_key_vlan *key, struct flow_dissector_key_vlan *mask, u16 vlan_id, __be16 proto) nf_flow_rule_vlan_match() argument
95 struct nf_flow_key *key = &match->key; nf_flow_rule_match() local
[all...]
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnl-mac.c875 struct ieee802154_llsec_key key; in llsec_add_key() local
834 ieee802154_llsec_parse_key(struct genl_info *info, struct ieee802154_llsec_key *key) ieee802154_llsec_parse_key() argument
911 ieee802154_nl_fill_key(struct sk_buff *msg, u32 portid, u32 seq, const struct ieee802154_llsec_key_entry *key, const struct net_device *dev) ieee802154_nl_fill_key() argument
1111 struct ieee802154_llsec_device_key key; llsec_add_devkey() local
1137 struct ieee802154_llsec_device_key key; llsec_del_devkey() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_conn.c91 static inline void ct_write_lock_bh(unsigned int key) in ct_write_lock_bh() argument
96 static inline void ct_write_unlock_bh(unsigned int key) in ct_write_unlock_bh() argument
/kernel/linux/linux-6.6/net/core/
H A Dxdp.c41 const u32 key = *k; in xdp_mem_id_hashfn() local
/kernel/linux/linux-6.6/net/mctp/test/
H A Droute-test.c542 struct mctp_sk_key *key; in mctp_test_route_input_sk_keys() local
/kernel/linux/linux-6.6/net/mac802154/
H A Dllsec.c45 struct ieee802154_llsec_key_entry *key, *kn; in mac802154_llsec_destroy() local
117 struct mac802154_llsec_key *key; in llsec_key_alloc() local
164 struct mac802154_llsec_key *key; llsec_key_release() local
177 llsec_key_get(struct mac802154_llsec_key *key) llsec_key_get() argument
183 llsec_key_put(struct mac802154_llsec_key *key) llsec_key_put() argument
212 mac802154_llsec_key_add(struct mac802154_llsec *sec, const struct ieee802154_llsec_key_id *id, const struct ieee802154_llsec_key *key) mac802154_llsec_key_add() argument
280 mac802154_llsec_key_del(struct mac802154_llsec *sec, const struct ieee802154_llsec_key_id *key) mac802154_llsec_key_del() argument
317 u32 key = llsec_dev_hash_short(short_addr, pan_id); llsec_dev_find_short() local
332 u64 key = llsec_dev_hash_long(hwaddr); llsec_dev_find_long() local
413 llsec_devkey_find(struct mac802154_llsec_device *dev, const struct ieee802154_llsec_key_id *key) llsec_devkey_find() argument
429 mac802154_llsec_devkey_add(struct mac802154_llsec *sec, __le64 dev_addr, const struct ieee802154_llsec_device_key *key) mac802154_llsec_devkey_add() argument
453 mac802154_llsec_devkey_del(struct mac802154_llsec *sec, __le64 dev_addr, const struct ieee802154_llsec_device_key *key) mac802154_llsec_devkey_del() argument
558 struct mac802154_llsec_key *key; llsec_lookup_key() local
619 llsec_do_encrypt_unauth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key) llsec_do_encrypt_unauth() argument
644 llsec_tfm_by_len(struct mac802154_llsec_key *key, int authlen) llsec_tfm_by_len() argument
656 llsec_do_encrypt_auth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key) llsec_do_encrypt_auth() argument
698 llsec_do_encrypt(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key) llsec_do_encrypt() argument
713 struct mac802154_llsec_key *key; mac802154_llsec_encrypt() local
796 u32 key = llsec_dev_hash_short(devaddr.short_addr, llsec_lookup_dev() local
806 u64 key = llsec_dev_hash_long(devaddr.extended_addr); llsec_lookup_dev() local
838 llsec_do_decrypt_unauth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key, __le64 dev_addr) llsec_do_decrypt_unauth() argument
865 llsec_do_decrypt_auth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key, __le64 dev_addr) llsec_do_decrypt_auth() argument
907 llsec_do_decrypt(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key, __le64 dev_addr) llsec_do_decrypt() argument
989 struct mac802154_llsec_key *key; mac802154_llsec_decrypt() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3-dtrace.c45 static int trace_filter_append_elem(struct snd_sof_dev *sdev, u32 key, u32 value, in trace_filter_append_elem() argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmap.c132 static void print_entry_json(struct bpf_map_info *info, unsigned char *key, in print_entry_json() argument
71 do_dump_btf(const struct btf_dumper *d, struct bpf_map_info *map_info, void *key, void *value) do_dump_btf() argument
194 print_entry_error_msg(struct bpf_map_info *info, unsigned char *key, const char *error_msg) print_entry_error_msg() argument
214 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) print_entry_error() argument
247 print_entry_plain(struct bpf_map_info *info, unsigned char *key, unsigned char *value) print_entry_plain() argument
340 parse_elem(char **argv, struct bpf_map_info *info, void *key, void *value, __u32 key_size, __u32 value_size, __u32 *flags, __u32 **value_fd) parse_elem() argument
742 dump_map_elem(int fd, void *key, void *value, struct bpf_map_info *map_info, struct btf *btf, json_writer_t *btf_wtr) dump_map_elem() argument
826 void *key, *value, *prev_key; map_dump() local
962 alloc_key_value(struct bpf_map_info *info, void **key, void **value) alloc_key_value() argument
994 void *key, *value; do_update() local
1031 print_key_value(struct bpf_map_info *info, void *key, void *value) print_key_value() argument
1072 void *key, *value; do_lookup() local
1123 void *key, *nextkey; do_getnext() local
1194 void *key; do_delete() local
1360 void *key, *value; do_pop_dequeue() local
[all...]

Completed in 31 milliseconds

1...<<241242243244245246247248249250>>...370