Lines Matching refs:PA_UNLIKELY
634 if (PA_UNLIKELY((n = pa_alsa_safe_avail(u->pcm_handle, u->hwbuf_size, &u->sink->sample_spec)) < 0)) {
667 if (PA_UNLIKELY(n_bytes <= u->hwbuf_unused)) {
719 if (PA_UNLIKELY((err = pa_alsa_safe_mmap_begin(u->pcm_handle, &areas, &offset, &frames, u->hwbuf_size, &u->sink->sample_spec)) < 0)) {
760 if (PA_UNLIKELY((sframes = snd_pcm_mmap_commit(u->pcm_handle, offset, frames)) < 0)) {
828 if (PA_UNLIKELY((n = pa_alsa_safe_avail(u->pcm_handle, u->hwbuf_size, &u->sink->sample_spec)) < 0)) {
857 if (PA_UNLIKELY(n_bytes <= u->hwbuf_unused)) {
911 if (PA_UNLIKELY(frames < 0)) {
992 if (PA_UNLIKELY((err = pa_alsa_safe_delay(u->pcm_handle, status, &delay, u->hwbuf_size, &u->sink->sample_spec, false)) < 0)) {
1014 if (PA_UNLIKELY(position < 0))
1117 if (PA_UNLIKELY(b < u->frame_size))
1900 if (PA_UNLIKELY((unused = pa_alsa_safe_avail(u->pcm_handle, u->hwbuf_size, &u->sink->sample_spec)) < 0)) {
1984 if (PA_UNLIKELY(u->sink->thread_info.rewind_requested)) {