Home
last modified time | relevance | path

Searched defs:keys (Results 626 - 650 of 926) sorted by relevance

1...<<21222324252627282930>>...38

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c253 struct lock_key keys[] = { variable
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.c481 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 Ddelayed-inode.c703 struct btrfs_key *keys; in btrfs_batch_insert_items() local
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbcache.h213 __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 Dcore.c181 unsigned char *keys = session->keys; in hidp_input_report() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dkey.h259 struct assoc_array keys; member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dkey.h265 struct assoc_array keys; member
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_iblock.c968 struct pr_keys *keys; in iblock_pr_read_keys() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi.c206 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 Dqat_algs.c236 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 Dcc_aead.c558 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 Denic.h98 struct flow_keys keys; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.h231 struct efx_tc_table_field_fmt *keys; member
246 } keys; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dorinoco.h121 struct key_params keys[ORINOCO_MAX_KEYS]; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-prodikeys.c519 static const unsigned int keys[] = { in pcmidi_setup_extra_keys() local
[all...]
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbset.c1295 size_t order = b->page_order, keys = 0; bch_btree_sort_partial() local
[all...]
H A Dbcache_ondisk.h214 __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 Ddm-btree.c374 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 Dbpf.c544 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 Dcore.c181 unsigned char *keys = session->keys; in hidp_input_report() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_test.cpp1967 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 DICUResourceBundle.java949 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 DICUResourceBundleReader.java1150 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 DICUResourceBundle.java904 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 DICUResourceBundleReader.java1152 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache
1192 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level
[all...]

Completed in 35 milliseconds

1...<<21222324252627282930>>...38