Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c805 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
813 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
816 if (!p_left && !p_right) in hist_entry__cmp_compute()
819 if (!p_left || !p_right) in hist_entry__cmp_compute()
820 return p_left ? -1 : 1; in hist_entry__cmp_compute()
826 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
833 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
838 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
841 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
842 return p_left ? -1 : 1; in hist_entry__cmp_compute_idx()
[all …]
/openbmc/linux/sound/sparc/
H A 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()
/openbmc/linux/drivers/bluetooth/
H A Dbtmtkuart.c342 const unsigned char *p_left = data, *p_h4; in btmtkuart_recv() local
362 p_h4 = mtk_stp_split(bdev, p_left, sz_left, &sz_h4); in btmtkuart_recv()
366 adv = p_h4 - p_left; in btmtkuart_recv()
368 p_left += adv; in btmtkuart_recv()
382 p_left += sz_h4; in btmtkuart_recv()