Home
last modified time | relevance | path

Searched refs:p_left (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-diff.c550 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
558 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
561 if (!p_left && !p_right) in hist_entry__cmp_compute()
564 if (!p_left || !p_right) in hist_entry__cmp_compute()
565 return p_left ? -1 : 1; in hist_entry__cmp_compute()
571 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
578 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
580 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
583 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
586 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
[all …]
/Linux-v4.19/drivers/bluetooth/
Dbtmtkuart.c321 const unsigned char *p_left = data, *p_h4; in btmtkuart_recv() local
341 p_h4 = mtk_stp_split(bdev, p_left, sz_left, &sz_h4); in btmtkuart_recv()
345 adv = p_h4 - p_left; in btmtkuart_recv()
347 p_left += adv; in btmtkuart_recv()
361 p_left += sz_h4; in btmtkuart_recv()
/Linux-v4.19/sound/sparc/
Damd7930.c331 int p_left; member
509 if (amd->p_left > 0) { in snd_amd7930_interrupt()
511 amd->p_left--; in snd_amd7930_interrupt()
513 if (amd->p_left == 0) in snd_amd7930_interrupt()
595 amd->p_left = size; in snd_amd7930_playback_prepare()