Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 25 of 52) sorted by relevance

123

/linux/tools/testing/selftests/alsa/
H A Dconf.c350 const char *key2, snd_config_t **result) in conf_get_by_keys()
366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree()
380 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count()
401 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def) in conf_get_string()
419 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) in conf_get_long()
437 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) in conf_get_bool()
455 void conf_get_string_array(snd_config_t *root, const char *key1, const char *key2, in conf_get_string_array()
/linux/arch/arm/crypto/
H A Daes-ce-core.S26 .macro enc_dround, key1, key2
31 .macro dec_dround, key1, key2
48 .macro enc_dround_4x, key1, key2
59 .macro dec_dround_4x, key1, key2
/linux/kernel/futex/
H A Drequeue.c77 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex() argument
271 futex_proxy_trylock_atomic(u32 __user * pifutex,struct futex_hash_bucket * hb1,struct futex_hash_bucket * hb2,union futex_key * key1,union futex_key * key2,struct futex_pi_state ** ps,struct task_struct ** exiting,int set_waiters) futex_proxy_trylock_atomic() argument
371 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; futex_requeue() local
773 union futex_key key2 = FUTEX_KEY_INIT; futex_wait_requeue_pi() local
[all...]
H A Dwaitwake.c255 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; futex_wake_op() local
H A Dfutex.h213 futex_match(union futex_key * key1,union futex_key * key2) futex_match() argument
/linux/fs/xfs/libxfs/
H A Dxfs_btree.h547 const union xfs_btree_key *key2) in xfs_btree_keycmp_lt()
556 const union xfs_btree_key *key2) in xfs_btree_keycmp_gt()
565 const union xfs_btree_key *key2) in xfs_btree_keycmp_eq()
574 const union xfs_btree_key *key2) in xfs_btree_keycmp_le()
583 const union xfs_btree_key *key2) in xfs_btree_keycmp_ge()
592 const union xfs_btree_key *key2) in xfs_btree_keycmp_ne()
602 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_lt()
612 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_gt()
622 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_ge()
H A Dxfs_refcount_btree.c311 const union xfs_btree_key *key2, in xfs_refcountbt_keys_contiguous()
H A Dxfs_alloc_btree.c410 const union xfs_btree_key *key2, in xfs_allocbt_keys_contiguous()
/linux/drivers/input/keyboard/
H A Dep93xx_keypad.c72 int key2; member
84 int keycode, key1, key2; in ep93xx_keypad_irq_handler() local
/linux/net/mptcp/
H A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha()
H A Dcrypto_test.c37 u64 key1, key2; in mptcp_crypto_test_basic() local
/linux/security/selinux/ss/
H A Dsymtab.c28 static int symcmp(const void *key1, const void *key2) in symcmp()
/linux/fs/ubifs/
H A Dkey.h480 const union ubifs_key *key2) in keys_cmp()
505 const union ubifs_key *key2) in keys_eq()
H A Dtnc_misc.c391 const union ubifs_key *key1, *key2; in read_znode() local
/linux/tools/lib/bpf/
H A Dstrset.c30 static bool strset_equal_fn(long key1, long key2, void *ctx) in strset_equal_fn()
/linux/arch/powerpc/kernel/vdso/
H A Dvgetrandom-chacha.S25 #define key2 r7 macro
/linux/fs/hfs/
H A Dcatalog.c171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp()
H A Dextent.c50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp()
/linux/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
/linux/fs/befs/
H A Dbtree.c713 const void *key2, int keylen2) in befs_compare_strings()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_array_access.c566 __u32 __attribute__((aligned(8))) key2 = 0; in multiple_array_with_a_constant_no_nullness() local
/linux/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c66 static inline int compare(sort_key_t key1, sort_key_t key2, u16 offset, u16 length) in compare()
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c238 const u8 *key2 = key + (keylen / 2); in cvm_xts_setkey() local
/linux/kernel/bpf/
H A Dlocal_storage.c44 const struct bpf_cgroup_storage_key *key2 = _key2; in bpf_cgroup_storage_key_cmp() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c430 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) in symbol_equal()

123