Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-diff.c803 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
811 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
814 if (!p_left && !p_right) in hist_entry__cmp_compute()
817 if (!p_left || !p_right) in hist_entry__cmp_compute()
818 return p_left ? -1 : 1; in hist_entry__cmp_compute()
824 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
831 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
833 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
836 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
839 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
[all …]
/Linux-v6.1/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()
/Linux-v6.1/drivers/bluetooth/
Dbtmtkuart.c343 const unsigned char *p_left = data, *p_h4; in btmtkuart_recv() local
363 p_h4 = mtk_stp_split(bdev, p_left, sz_left, &sz_h4); in btmtkuart_recv()
367 adv = p_h4 - p_left; in btmtkuart_recv()
369 p_left += adv; in btmtkuart_recv()
383 p_left += sz_h4; in btmtkuart_recv()