/linux/tools/testing/selftests/alsa/ |
H A D | conf.c | 349 static int conf_get_by_keys(snd_config_t *root, const char *key1, in conf_get_by_keys() argument 366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree() argument 380 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count() argument 401 conf_get_string(snd_config_t * root,const char * key1,const char * key2,const char * def) conf_get_string() argument 419 conf_get_long(snd_config_t * root,const char * key1,const char * key2,long def) conf_get_long() argument 437 conf_get_bool(snd_config_t * root,const char * key1,const char * key2,int def) conf_get_bool() argument 455 conf_get_string_array(snd_config_t * root,const char * key1,const char * key2,const char ** array,int array_size,const char * def) conf_get_string_array() argument [all...] |
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 549 const union xfs_btree_key *key1, in xfs_btree_keycmp_lt() argument 558 xfs_btree_keycmp_gt(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2) xfs_btree_keycmp_gt() argument 567 xfs_btree_keycmp_eq(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2) xfs_btree_keycmp_eq() argument 576 xfs_btree_keycmp_le(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2) xfs_btree_keycmp_le() argument 585 xfs_btree_keycmp_ge(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2) xfs_btree_keycmp_ge() argument 594 xfs_btree_keycmp_ne(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2) xfs_btree_keycmp_ne() argument 604 xfs_btree_masked_keycmp_lt(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2,const union xfs_btree_key * mask) xfs_btree_masked_keycmp_lt() argument 614 xfs_btree_masked_keycmp_gt(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2,const union xfs_btree_key * mask) xfs_btree_masked_keycmp_gt() argument 624 xfs_btree_masked_keycmp_ge(struct xfs_btree_cur * cur,const union xfs_btree_key * key1,const union xfs_btree_key * key2,const union xfs_btree_key * mask) xfs_btree_masked_keycmp_ge() argument [all...] |
/linux/fs/ubifs/ |
H A D | tnc_misc.c | 391 const union ubifs_key *key1, *key2; in read_znode() local 485 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
|
H A D | key.h | 479 const union ubifs_key *key1, in keys_cmp() argument 504 keys_eq(const struct ubifs_info * c,const union ubifs_key * key1,const union ubifs_key * key2) keys_eq() argument [all...] |
H A D | tnc.c | 1730 union ubifs_key key1; in validate_data_node() local 2036 union ubifs_key *key, *key1; in correct_parent_keys() local 2123 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local 2905 union ubifs_key key1, key2; ubifs_tnc_remove_ino() local [all...] |
/linux/kernel/futex/ |
H A D | requeue.c | 280 struct futex_hash_bucket *hb2, union futex_key *key1, in futex_proxy_trylock_atomic() argument 381 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_requeue() local [all...] |
H A D | waitwake.c | 254 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local
|
/linux/drivers/input/keyboard/ |
H A D | ep93xx_keypad.c | 71 int key1; member 84 int keycode, key1, key2; in ep93xx_keypad_irq_handler() local [all...] |
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | timer_mim.c | 10 int err, prog_fd, key1 = 1; in timer_mim() local
|
/linux/net/mptcp/ |
H A D | crypto.c | 44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha() argument
|
H A D | crypto_test.c | 37 u64 key1, key2; in mptcp_crypto_test_basic() local
|
/linux/security/selinux/ss/ |
H A D | symtab.c | 28 static int symcmp(const void *key1, const void *key2) in symcmp() argument
|
/linux/tools/perf/util/ |
H A D | fncache.c | 18 static bool fncache__equal(long key1, long key2, void *ctx __maybe_unused) in fncache__equal() argument
|
H A D | threads.c | 18 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal() argument
|
H A D | bpf-trace-summary.c | 136 static bool sc_node_equal(long key1, long key2, void *ctx __maybe_unused) in sc_node_equal() argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | rbtree_search.c | 14 int key1; member
|
/linux/tools/lib/bpf/ |
H A D | strset.c | 30 static bool strset_equal_fn(long key1, long key2, void *ctx) in strset_equal_fn() argument
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 24 #define key1 r6 macro
|
/linux/crypto/ |
H A D | xcbc.c | 44 u8 key1[XCBC_BLOCKSIZE]; in crypto_xcbc_digest_setkey() local
|
/linux/fs/hfs/ |
H A D | catalog.c | 171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp() argument
|
H A D | extent.c | 50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp() argument [all...] |
/linux/fs/ntfs3/ |
H A D | index.c | 34 static int cmp_fnames(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_fnames() argument 69 static int cmp_uint(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uint() argument 88 static int cmp_sdh(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_sdh() argument 123 static int cmp_uints(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uints() argument [all...] |
/linux/fs/befs/ |
H A D | btree.c | 712 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() argument [all...] |
/linux/drivers/md/dm-vdo/indexer/ |
H A D | radix-sort.c | 66 static inline int compare(sort_key_t key1, sort_key_t key2, u16 offset, u16 length) in compare() argument
|
/linux/arch/arm64/crypto/ |
H A D | aes-glue.c | 118 struct crypto_aes_ctx key1; member 123 struct crypto_aes_ctx key1; member [all...] |