Home
last modified time | relevance | path

Searched refs:p_left (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A 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_righ in hist_entry__cmp_compute_idx()
[all...]
/kernel/linux/linux-6.6/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
835 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
838 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
841 if (!p_left || !p_righ in hist_entry__cmp_compute_idx()
[all...]
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtmtkuart.c477 const unsigned char *p_left = data, *p_h4; in btmtkuart_recv() local
497 p_h4 = mtk_stp_split(bdev, p_left, sz_left, &sz_h4); in btmtkuart_recv()
501 adv = p_h4 - p_left; in btmtkuart_recv()
503 p_left += adv; in btmtkuart_recv()
517 p_left += sz_h4; in btmtkuart_recv()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/sparc/
H A Damd7930.c332 int p_left; member
510 if (amd->p_left > 0) { in snd_amd7930_interrupt()
512 amd->p_left--; in snd_amd7930_interrupt()
514 if (amd->p_left == 0) in snd_amd7930_interrupt()
596 amd->p_left = size; in snd_amd7930_playback_prepare()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds