Lines Matching refs:len_b
4263 * @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,
4350 if (!intel_pt_next_psb(&buf_b, &len_b))
4351 return buf_b + len_b; /* No PSB */
4357 found = intel_pt_find_overlap_tsc(buf_a, len_a, buf_b, len_b,
4367 while (len_b < len_a) {
4372 /* Now len_b >= len_a */