Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-diff.c791 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
799 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
802 if (!p_left && !p_right) in hist_entry__cmp_compute()
805 if (!p_left || !p_right) in hist_entry__cmp_compute()
806 return p_left ? -1 : 1; in hist_entry__cmp_compute()
812 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
819 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
821 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
824 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
827 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
[all …]
/linux-6.12.1/sound/sparc/
Damd7930.c330 int p_left; member
508 if (amd->p_left > 0) { in snd_amd7930_interrupt()
510 amd->p_left--; in snd_amd7930_interrupt()
512 if (amd->p_left == 0) in snd_amd7930_interrupt()
594 amd->p_left = size; in snd_amd7930_playback_prepare()
/linux-6.12.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()