Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-diff.c845 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
853 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
856 if (!p_left && !p_right) in hist_entry__cmp_compute()
859 if (!p_left || !p_right) in hist_entry__cmp_compute()
860 return p_left ? -1 : 1; in hist_entry__cmp_compute()
866 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
873 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
875 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
878 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
881 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
[all …]
/Linux-v5.4/sound/sparc/
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()
/Linux-v5.4/drivers/bluetooth/
Dbtmtkuart.c474 const unsigned char *p_left = data, *p_h4; in btmtkuart_recv() local
494 p_h4 = mtk_stp_split(bdev, p_left, sz_left, &sz_h4); in btmtkuart_recv()
498 adv = p_h4 - p_left; in btmtkuart_recv()
500 p_left += adv; in btmtkuart_recv()
514 p_left += sz_h4; in btmtkuart_recv()