| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-lock.c | 253 struct lock_key keys[] = { variable
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | bpf.c | 481 int bpf_map_delete_batch(int fd, void *keys, __u32 *count, in bpf_map_delete_batch() argument 488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 505 int bpf_map_update_batch(int fd, void *keys, voi argument 454 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument 496 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument [all...] |
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | delayed-inode.c | 703 struct btrfs_key *keys; in btrfs_batch_insert_items() local
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | bcache.h | 213 __le16 keys; member 272 __u16 keys; member 350 __u32 keys; member 424 __u32 keys; member
|
| /kernel/linux/linux-5.10/net/bluetooth/hidp/ |
| H A D | core.c | 181 unsigned char *keys = session->keys; in hidp_input_report() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | key.h | 259 struct assoc_array keys; member [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | key.h | 265 struct assoc_array keys; member [all...] |
| /kernel/linux/linux-6.6/drivers/target/ |
| H A D | target_core_iblock.c | 968 struct pr_keys *keys; in iblock_pr_read_keys() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 206 struct crypto_authenc_keys keys; in aead_setkey() local 291 struct crypto_authenc_keys keys; des3_aead_setkey() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs.c | 236 qat_alg_aead_init_enc_session(struct crypto_aead *aead_tfm, int alg, struct crypto_authenc_keys *keys, int mode) qat_alg_aead_init_enc_session() argument 317 qat_alg_aead_init_dec_session(struct crypto_aead *aead_tfm, int alg, struct crypto_authenc_keys *keys, int mode) qat_alg_aead_init_dec_session() argument 549 struct crypto_authenc_keys keys; qat_alg_aead_init_sessions() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/ccree/ |
| H A D | cc_aead.c | 558 struct crypto_authenc_keys keys; in cc_aead_setkey() local 641 struct crypto_authenc_keys keys; in cc_des3_aead_setkey() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
| H A D | enic.h | 98 struct flow_keys keys; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 231 struct efx_tc_table_field_fmt *keys; member 246 } keys; member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
| H A D | orinoco.h | 121 struct key_params keys[ORINOCO_MAX_KEYS]; member
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-prodikeys.c | 519 static const unsigned int keys[] = { in pcmidi_setup_extra_keys() local [all...] |
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| H A D | bset.c | 1295 size_t order = b->page_order, keys = 0; bch_btree_sort_partial() local [all...] |
| H A D | bcache_ondisk.h | 214 __le16 keys; member 273 __u16 keys; member 351 __u32 keys; member 425 __u32 keys; member
|
| /kernel/linux/linux-6.6/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 374 dm_btree_lookup(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, void *value_le) dm_btree_lookup() argument 470 dm_btree_lookup_next(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, uint64_t *rkey, void *value_le) dm_btree_lookup_next() argument 1227 need_insert(struct btree_node *node, uint64_t *keys, unsigned int level, unsigned int index) need_insert() argument 1421 walk_node(struct dm_btree_info *info, dm_block_t block, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) walk_node() argument 1429 uint64_t keys; walk_node() local 1456 dm_btree_walk(struct dm_btree_info *info, dm_block_t root, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) dm_btree_walk() argument [all...] |
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | bpf.c | 544 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch() argument 551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 568 int bpf_map_update_batch(int fd, const void *keys, cons argument 516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument 559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument [all...] |
| /kernel/linux/linux-6.6/net/bluetooth/hidp/ |
| H A D | core.c | 181 unsigned char *keys = session->keys; in hidp_input_report() local [all...] |
| /test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
| H A D | rdb_store_test.cpp | 1967 int64_t keys[] = { 1 };
in SUB_DDM_RDB_4100() local 2017 int64_t keys[] = { 1 };
in SUB_DDM_RDB_4200() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | ICUResourceBundle.java | 949 findResourceWithFallback( String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) findResourceWithFallback() argument 1107 getResPathKeys(String[] keys, int depth) getResPathKeys() argument 1137 getResPathKeys(String path, int num, String[] keys, int start) getResPathKeys() argument 1615 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument 1635 getAliasedResource( String rpath, ClassLoader loaderToUse, String baseName, String[] keys, int depth, String[] baseKeyPath, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument [all...] |
| H A D | ICUResourceBundleReader.java | 1150 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache 1190 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | ICUResourceBundle.java | 904 findResourceWithFallback( String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) findResourceWithFallback() argument 1062 getResPathKeys(String[] keys, int depth) getResPathKeys() argument 1092 getResPathKeys(String path, int num, String[] keys, int start) getResPathKeys() argument 1484 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument [all...] |
| H A D | ICUResourceBundleReader.java | 1152 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache 1192 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level [all...] |