Searched refs:len_b (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h309 unsigned char *buf_b, size_t len_b,
H A Dintel-pt-decoder.c4263 * @len_b: size of second buffer
4274 * @buf_b + @len_b if there is no non-overlapped data.
4279 size_t len_b, bool *consecutive,
4304 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) {
4312 start = buf_b + len_b - (rem_b - rem_a);
4319 if (!intel_pt_step_psb(&buf_b, &len_b))
4320 return buf_b + len_b; /* No PSB in buf_b => no data */
4329 * @len_b: size of second buffer
4340 * @buf_b + @len_b if there is no non-overlapped data.
4343 unsigned char *buf_b, size_t len_b,
4276 intel_pt_find_overlap_tsc(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool *consecutive, bool ooo_tsc) argument
4342 intel_pt_find_overlap(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool have_tsc, bool *consecutive, bool ooo_tsc) argument
[all...]
/linux-master/fs/bcachefs/
H A Dchecksum.c387 unsigned len_a, unsigned len_b,
400 { crc_b, len_b, new_csum_type, { 0 } },
401 { NULL, bio_sectors(bio) - len_a - len_b, new_csum_type, { 0 } },
407 BUG_ON(len_a + len_b > bio_sectors(bio));
382 bch2_rechecksum_bio(struct bch_fs *c, struct bio *bio, struct bversion version, struct bch_extent_crc_unpacked crc_old, struct bch_extent_crc_unpacked *crc_a, struct bch_extent_crc_unpacked *crc_b, unsigned len_a, unsigned len_b, unsigned new_csum_type) argument
/linux-master/tools/perf/util/
H A Dintel-bts.c230 unsigned char *buf_b, size_t len_b)
234 if (len_a > len_b)
235 offs = len_a - len_b;
229 intel_bts_find_overlap(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b) argument
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl503 my $len_b = $#b_arr + 1;
521 doprint "# of configs showing only in bad: $len_b\n";
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S88 #define len_b %sil define
/linux-master/fs/gfs2/
H A Ddir.c1233 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); local
1235 if (len_a > len_b)
1237 else if (len_a < len_b)
/linux-master/include/linux/
H A Dskbuff.h4366 u8 len_b = skb_metadata_len(skb_b); local
4368 if (!(len_a | len_b))
4371 return len_a != len_b ?

Completed in 234 milliseconds