Lines Matching refs:len_b
4265 * @len_b: size of second buffer
4276 * @buf_b + @len_b if there is no non-overlapped data.
4281 size_t len_b, bool *consecutive,
4306 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) {
4314 start = buf_b + len_b - (rem_b - rem_a);
4321 if (!intel_pt_step_psb(&buf_b, &len_b))
4322 return buf_b + len_b; /* No PSB in buf_b => no data */
4331 * @len_b: size of second buffer
4342 * @buf_b + @len_b if there is no non-overlapped data.
4345 unsigned char *buf_b, size_t len_b,
4352 if (!intel_pt_next_psb(&buf_b, &len_b))
4353 return buf_b + len_b; /* No PSB */
4359 found = intel_pt_find_overlap_tsc(buf_a, len_a, buf_b, len_b,
4369 while (len_b < len_a) {
4374 /* Now len_b >= len_a */