Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 84) sorted by relevance

1234

/kernel/linux/linux-6.6/include/linux/
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
/kernel/linux/linux-5.10/include/linux/
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
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc_btree.c263 union xfs_btree_key *k1, in xfs_bnobt_diff_two_keys()
273 union xfs_btree_key *k1, in xfs_cntbt_diff_two_keys()
383 union xfs_btree_key *k1, in xfs_bnobt_keys_inorder()
404 union xfs_btree_key *k1, in xfs_cntbt_keys_inorder()
Dxfs_refcount_btree.c192 union xfs_btree_key *k1, in xfs_refcountbt_diff_two_keys()
273 union xfs_btree_key *k1, in xfs_refcountbt_keys_inorder()
Dxfs_bmap_btree.c400 union xfs_btree_key *k1, in xfs_bmbt_diff_two_keys()
501 union xfs_btree_key *k1, in xfs_bmbt_keys_inorder()
Dxfs_rmap_btree.c258 union xfs_btree_key *k1, in xfs_rmapbt_diff_two_keys()
373 union xfs_btree_key *k1, in xfs_rmapbt_keys_inorder()
/kernel/linux/linux-6.6/arch/sh/boards/mach-hp6xx/
Dpm_wakeup.S17 #define k1 r1 macro
/kernel/linux/linux-5.10/arch/sh/boards/mach-hp6xx/
Dpm_wakeup.S17 #define k1 r1 macro
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_alloc_btree.c262 const union xfs_btree_key *k1, in xfs_bnobt_diff_two_keys()
275 const union xfs_btree_key *k1, in xfs_cntbt_diff_two_keys()
389 const union xfs_btree_key *k1, in xfs_bnobt_keys_inorder()
410 const union xfs_btree_key *k1, in xfs_cntbt_keys_inorder()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
Dswsusp.S14 #define k1 r1 macro
Dentry.S68 #define k1 r1 macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
Dswsusp.S14 #define k1 r1 macro
Dentry.S69 #define k1 r1 macro
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dccg.c61 enum pixel_rate_div *k1, in dccg314_get_pixel_rate_div()
103 enum pixel_rate_div k1, in dccg314_set_pixel_rate_div()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dccg.c61 enum pixel_rate_div *k1, in dccg32_get_pixel_rate_div()
103 enum pixel_rate_div k1, in dccg32_set_pixel_rate_div()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dregdef.h54 #define k1 $27 macro
97 #define k1 $27 macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
Dregdef.h54 #define k1 $27 macro
97 #define k1 $27 macro
/kernel/linux/linux-6.6/fs/hfsplus/
Dcatalog.c16 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_case_cmp_key()
29 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_bin_cmp_key()
/kernel/linux/linux-5.10/fs/hfsplus/
Dcatalog.c16 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_case_cmp_key()
29 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_bin_cmp_key()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/shmobile/
Dsleep.S22 #define k1 r1 macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/shmobile/
Dsleep.S22 #define k1 r1 macro
/kernel/linux/linux-5.10/crypto/
Dtea.c60 u32 k0, k1, k2, k3; in tea_encrypt() local
88 u32 k0, k1, k2, k3; in tea_decrypt() local
/kernel/linux/linux-6.6/crypto/
Dtea.c60 u32 k0, k1, k2, k3; in tea_encrypt() local
88 u32 k0, k1, k2, k3; in tea_decrypt() local
/kernel/linux/linux-6.6/lib/
Dxxhash.c210 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64() local
470 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest() local
/kernel/linux/linux-5.10/lib/
Dxxhash.c210 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64() local
470 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest() local

1234