Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 22 of 22) sorted by relevance

/linux/include/linux/
H A Dbtree-128.h22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128()
29 u64 *k1, u64 *k2) in btree_get_prev128()
41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128()
49 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128()
57 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128()
63 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128()
106 #define btree_for_each_safe128(head, k1, k2, val) \ argument
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c63 uint32_t *k2) in dccg314_get_pixel_rate_div()
105 enum pixel_rate_div k2) in dccg314_set_pixel_rate_div()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn32/
H A Ddcn32_dccg.c63 uint32_t *k2) in dccg32_get_pixel_rate_div()
105 enum pixel_rate_div k2) in dccg32_set_pixel_rate_div()
/linux/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S15 #define k2 r2 macro
H A Dentry.S69 #define k2 r2 macro
/linux/fs/hfsplus/
H A Dcatalog.c17 const hfsplus_btree_key *k2) in hfsplus_cat_case_cmp_key()
30 const hfsplus_btree_key *k2) in hfsplus_cat_bin_cmp_key()
H A Dextents.c21 const hfsplus_btree_key *k2) in hfsplus_ext_cmp_key()
/linux/sound/soc/intel/boards/
H A Dsof_board_helpers.h66 #define SOF_LINK_ORDER(k1, k2, k3, k4, k5, k6, k7) \ argument
78 #define SOF_LINK_IDS(k1, k2, k3, k4, k5, k6, k7) \ argument
/linux/lib/crypto/powerpc/
H A Daes.h114 u32 k2 = swab32(in[2]); in rndkey_from_vsx() local
/linux/tools/testing/selftests/bpf/progs/
H A Drbtree.c136 long k1 = -1, k2 = -1, k3 = -1; in rbtree_add_and_remove_array() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c341 long k1 = 0, k2 = 1; in test_hashmap_multimap() local
/linux/drivers/clk/sprd/
H A Dpll.c105 u16 k1, k2; in _sprd_pll_recalc_rate() local
H A Dpll.h57 u16 k2; member
/linux/fs/ntfs3/
H A Dindex.c73 const u32 *k2 = key2; in cmp_uint() local
92 const struct SECURITY_KEY *k2 = key2; in cmp_sdh() local
127 const __le32 *k2 = key2; in cmp_uints() local
/linux/scripts/kconfig/
H A Dexpr.c895 enum string_value_kind k1 = k_string, k2 = k_string; in __expr_calc_value() local
/linux/drivers/media/usb/gspca/
H A Dsonixj.c1802 u8 k2; in setbrightness() local
1847 u8 k2; in setcontrast() local
/linux/security/selinux/ss/
H A Dpolicydb.c426 static int filenametr_cmp(const void *k1, const void *k2) in filenametr_cmp()
462 static int rangetr_cmp(const void *k1, const void *k2) in rangetr_cmp()
499 static int role_trans_cmp(const void *k1, const void *k2) in role_trans_cmp()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.c1229 uint32_t *k2) in dccg35_get_pixel_rate_div()
1271 enum pixel_rate_div k2) in dccg35_set_pixel_rate_div()
/linux/drivers/crypto/ccp/
H A Dccp-crypto.h110 u8 k2[AES_BLOCK_SIZE]; member
/linux/arch/x86/kvm/svm/
H A Davic.c322 struct kvm_svm *k2; in avic_vm_init() local
/linux/net/netfilter/
H A Dnft_set_hash.c651 u32 hash, k1, k2; in nft_hash_lookup_fast() local
/linux/tools/lib/bpf/
H A Dlibbpf.c5944 static bool bpf_core_equal_fn(const long k1, const long k2, void *ctx) in bpf_core_equal_fn()