Lines Matching refs:len_b
3085 * @len_b: size of second buffer
3095 * @buf_b + @len_b if there is no non-overlapped data.
3100 size_t len_b, bool *consecutive)
3124 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) {
3132 start = buf_b + len_b - (rem_b - rem_a);
3139 if (!intel_pt_step_psb(&buf_b, &len_b))
3140 return buf_b + len_b; /* No PSB in buf_b => no data */
3149 * @len_b: size of second buffer
3159 * @buf_b + @len_b if there is no non-overlapped data.
3162 unsigned char *buf_b, size_t len_b,
3168 if (!intel_pt_next_psb(&buf_b, &len_b))
3169 return buf_b + len_b; /* No PSB */
3175 found = intel_pt_find_overlap_tsc(buf_a, len_a, buf_b, len_b,
3185 while (len_b < len_a) {
3190 /* Now len_b >= len_a */