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

/linux-4.4.14/tools/perf/
H A Dbuiltin-diff.c539 struct hist_entry *p_right, *p_left; hist_entry__cmp_compute() local
547 p_left = get_pair_data(left, &data__files[sort_idx]); hist_entry__cmp_compute()
550 if (!p_left && !p_right) hist_entry__cmp_compute()
553 if (!p_left || !p_right) hist_entry__cmp_compute()
554 return p_left ? -1 : 1; hist_entry__cmp_compute()
560 return __hist_entry__cmp_compute(p_left, p_right, c); hist_entry__cmp_compute()
567 struct hist_entry *p_right, *p_left; hist_entry__cmp_compute_idx() local
569 p_left = get_pair_data(left, &data__files[sort_idx]); hist_entry__cmp_compute_idx()
572 if (!p_left && !p_right) hist_entry__cmp_compute_idx()
575 if (!p_left || !p_right) hist_entry__cmp_compute_idx()
576 return p_left ? -1 : 1; hist_entry__cmp_compute_idx()
591 return __hist_entry__cmp_compute(p_left, p_right, c); hist_entry__cmp_compute_idx()
/linux-4.4.14/sound/sparc/
H A Damd7930.c331 int p_left; member in struct:snd_amd7930
509 if (amd->p_left > 0) { snd_amd7930_interrupt()
511 amd->p_left--; snd_amd7930_interrupt()
513 if (amd->p_left == 0) snd_amd7930_interrupt()
595 amd->p_left = size; snd_amd7930_playback_prepare()

Completed in 117 milliseconds