Searched refs:k2 (Results 26 - 50 of 63) sorted by relevance

123

/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c274 const union xfs_btree_key *k2,
278 const struct xfs_rmap_key *kp2 = &k2->rmap;
412 const union xfs_btree_key *k2)
420 y = be32_to_cpu(k2->rmap.rm_startblock);
426 b = be64_to_cpu(k2->rmap.rm_owner);
432 b = offset_keymask(be64_to_cpu(k2->rmap.rm_offset));
271 xfs_rmapbt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
409 xfs_rmapbt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
H A Dxfs_refcount_btree.c196 const union xfs_btree_key *k2,
202 be32_to_cpu(k2->refc.rc_startblock);
291 const union xfs_btree_key *k2)
294 be32_to_cpu(k2->refc.rc_startblock);
193 xfs_refcountbt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
288 xfs_refcountbt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
H A Dxfs_ialloc_btree.c280 const union xfs_btree_key *k2,
286 be32_to_cpu(k2->inobt.ir_startino);
381 const union xfs_btree_key *k2)
384 be32_to_cpu(k2->inobt.ir_startino);
277 xfs_inobt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
378 xfs_inobt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
H A Dxfs_bmap_btree.c385 const union xfs_btree_key *k2,
389 uint64_t b = be64_to_cpu(k2->bmbt.br_startoff);
489 const union xfs_btree_key *k2)
492 be64_to_cpu(k2->bmbt.br_startoff);
382 xfs_bmbt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
486 xfs_bmbt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
/linux-master/fs/hfsplus/
H A Dattributes.c36 const hfsplus_btree_key *k2)
41 k2_cnid = k2->attr.cnid;
47 (const struct hfsplus_unistr *)&k2->attr.key_name);
35 hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1, const hfsplus_btree_key *k2) argument
H A Dextents.c21 const hfsplus_btree_key *k2)
27 k2id = k2->ext.cnid;
31 if (k1->ext.fork_type != k2->ext.fork_type)
32 return k1->ext.fork_type < k2->ext.fork_type ? -1 : 1;
35 k2s = k2->ext.start_block;
20 hfsplus_ext_cmp_key(const hfsplus_btree_key *k1, const hfsplus_btree_key *k2) argument
H A Dhfsplus_fs.h367 const hfsplus_btree_key *k2);
438 const hfsplus_btree_key *k2);
440 const hfsplus_btree_key *k2);
460 const hfsplus_btree_key *k2);
/linux-master/crypto/
H A Dvmac.c284 #define k2 (*(((u32 *)kh)+INDEX_LOW)) macro
293 p += MUL32(a0, k2);
299 p += MUL32(a1, k2);
307 q += MUL32(a2, k2);
317 q += MUL32(a3, k2);
330 #undef k2 macro
359 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) argument
379 /* compute (p1+k1)%p64 and (p2+k2)%p64 */
382 p2 += k2;
383 p2 += (0 - (p2 < k2))
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h172 enum pixel_rate_div k2);
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S15 #define k2 r2 define
66 lds k2, pr
/linux-master/arch/x86/crypto/
H A Dnh-avx2-x86_64.S40 .macro _nh_2xstride k0, k1, k2, k3
45 vpaddd \k2, T3, T2
/linux-master/arch/riscv/crypto/
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S102 .macro sha256_16rounds last, k0, k1, k2, k3
105 sha256_4rounds \last, \k2, W2, W3, W0, W1
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c317 gk = (__be64 *)ctx->u.aes.k2;
324 sg_init_one(&ctx->u.aes.k2_sg, ctx->u.aes.k2, sizeof(ctx->u.aes.k2));
H A Dccp-crypto.h110 u8 k2[AES_BLOCK_SIZE]; member in struct:ccp_aes_ctx
/linux-master/fs/bcachefs/
H A Dextents.c893 bool bch2_extents_match(struct bkey_s_c k1, struct bkey_s_c k2) argument
895 if (k1.k->type != k2.k->type)
900 struct bkey_ptrs_c ptrs2 = bch2_bkey_ptrs_c(k2);
904 if (bkey_extent_is_unwritten(k1) != bkey_extent_is_unwritten(k2))
908 bkey_for_each_ptr_decode(k2.k, ptrs2, p2, entry2)
912 (s64) p2.ptr.offset + p2.crc.offset - bkey_start_offset(k2.k))
923 bch2_extent_has_ptr(struct bkey_s_c k1, struct extent_ptr_decoded p1, struct bkey_s k2) argument
925 struct bkey_ptrs ptrs2 = bch2_bkey_ptrs(k2);
929 bkey_for_each_ptr_decode(k2.k, ptrs2, p2, entry2)
933 (s64) p2.ptr.offset + p2.crc.offset - bkey_start_offset(k2
[all...]
H A Dbset.c187 struct bkey_packed *k2 = __btree_node_offset_to_key(b, set->k); local
188 struct bset_tree *t = bch2_bkey_to_bset(b, k2);
190 k2->_data - bset(b, t)->_data);
257 struct bkey k2 = bkey_unpack_key(b, insert); local
261 bch2_bkey_to_text(&buf2, &k2);
276 struct bkey k2 = bkey_unpack_key(b, next); local
280 bch2_bkey_to_text(&buf2, &k2);
/linux-master/scripts/
H A Ddev-needs.sh313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
/linux-master/tools/bpf/bpftool/
H A Dmain.h246 bool equal_fn_for_key_as_id(long k1, long k2, void *ctx);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h435 * @k2: unused
444 u8 k2[16]; member in struct:iwl_mvm_mgmt_mcast_key_cmd_v1
/linux-master/fs/ntfs3/
H A Dindex.c73 const u32 *k2 = key2; local
78 if (*k1 < *k2)
80 if (*k1 > *k2)
92 const struct SECURITY_KEY *k2 = key2; local
99 t2 = le32_to_cpu(k2->hash);
110 t2 = le32_to_cpu(k2->sec_id);
127 const __le32 *k2 = key2; local
134 * k1, k2 - pointers to REPARSE_KEY
138 k2 += 1; // Skip REPARSE_KEY.ReparseTag
150 for (count = min(l1, l2) >> 2; count > 0; --count, ++k1, ++k2) {
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-npcm7xx.c1806 u32 k2 = 0; local
1844 k2 = 48;
1853 k2 = clk_coef(src_clk_khz, 900);
1867 k2 = clk_coef(src_clk_khz, 380);
1889 k2 = round_up(k2 + 1, 2);
1891 k2 < SCLFRQ_MIN || k2 > SCLFRQ_MAX)
1910 * k2 = 2 * SCLLT7-0 -> High Time = k2 /
[all...]
/linux-master/arch/arm64/boot/dts/amlogic/
H A DMakefile33 dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-nanopi-k2.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/amlogic/
H A DMakefile33 dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-nanopi-k2.dtb
/linux-master/arch/x86/kvm/svm/
H A Davic.c197 struct kvm_svm *k2; local
228 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) {
229 if (k2->avic_vm_id == vm_id)
/linux-master/net/netfilter/
H A Dnft_set_hash.c540 u32 hash, k1, k2; local
546 k2 = *(u32 *)nft_set_ext_key(&he->ext)->data;
547 if (k1 == k2 &&

Completed in 434 milliseconds

123