Home
last modified time | relevance | path

Searched refs:len_b (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dchecksum.c404 unsigned len_a, unsigned len_b, in bch2_rechecksum_bio() argument
417 { crc_b, len_b, new_csum_type, { 0 } }, in bch2_rechecksum_bio()
418 { NULL, bio_sectors(bio) - len_a - len_b, new_csum_type, { 0 } }, in bch2_rechecksum_bio()
424 BUG_ON(len_a + len_b > bio_sectors(bio)); in bch2_rechecksum_bio()
/linux/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/tools/perf/util/
H A Dintel-bts.c230 unsigned char *buf_b, size_t len_b) in intel_bts_find_overlap() argument
234 if (len_a > len_b) in intel_bts_find_overlap()
235 offs = len_a - len_b; in intel_bts_find_overlap()
/linux/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.c4265 * @len_b: size of second buffer
4276 * @buf_b + @len_b if there is no non-overlapped data. in intel_pt_find_overlap_tsc()
4281 size_t len_b, bool *consecutive, in intel_pt_find_overlap_tsc()
4306 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc()
4314 start = buf_b + len_b - (rem_b - rem_a); in intel_pt_find_overlap_tsc()
4321 if (!intel_pt_step_psb(&buf_b, &len_b)) in intel_pt_find_overlap_tsc()
4322 return buf_b + len_b; /* No PSB in buf_b => no data */ in intel_pt_find_overlap_tsc()
4331 * @len_b: size of second buffer
4342 * @buf_b + @len_b if there is no non-overlapped data. in intel_pt_find_overlap()
4345 unsigned char *buf_b, size_t len_b, in intel_pt_find_overlap()
4279 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) intel_pt_find_overlap_tsc() argument
4343 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) intel_pt_find_overlap() argument
[all...]
/linux/fs/gfs2/
H A Ddir.c1236 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents() local
1238 if (len_a > len_b) in compare_dents()
1240 else if (len_a < len_b) in compare_dents()
/linux/include/linux/
H A Dskbuff.h4451 u8 len_b = skb_metadata_len(skb_b); in skb_metadata_differs() local
4453 if (!(len_a | len_b)) in skb_metadata_differs()
4456 return len_a != len_b ? in skb_metadata_differs()