Searched refs:sync_next (Results 1 – 4 of 4) sorted by relevance
600 i->sync_next = data->sync_base->sync_next; in pa_sink_input_new()603 if (data->sync_base->sync_next) in pa_sink_input_new()604 data->sync_base->sync_next->sync_prev = i; in pa_sink_input_new()605 data->sync_base->sync_next = i; in pa_sink_input_new()607 i->sync_next = i->sync_prev = NULL; in pa_sink_input_new()724 for (ssync = i->thread_info.sync_next; ssync; ssync = ssync->thread_info.sync_next) in sink_input_set_state()735 for (ssync = i->sync_next; ssync; ssync = ssync->sync_next) { in sink_input_set_state()746 for (ssync = i->sync_next; ssync; ssync = ssync->sync_next) in sink_input_set_state()776 i->sync_prev->sync_next = i->sync_next; in pa_sink_input_unlink()777 if (i->sync_next) in pa_sink_input_unlink()[all …]
2662 pa_assert(i->sync_prev->sync_next == i); in pa_sink_process_msg()2663 i->thread_info.sync_prev->thread_info.sync_next = i; in pa_sink_process_msg()2666 if ((i->thread_info.sync_next = i->sync_next)) { in pa_sink_process_msg()2667 pa_assert(i->sink == i->thread_info.sync_next->sink); in pa_sink_process_msg()2668 pa_assert(i->sync_next->sync_prev == i); in pa_sink_process_msg()2669 i->thread_info.sync_next->thread_info.sync_prev = i; in pa_sink_process_msg()2723 pa_assert(!i->sync_next); in pa_sink_process_msg()2726 … i->thread_info.sync_prev->thread_info.sync_next = i->thread_info.sync_prev->sync_next; in pa_sink_process_msg()2730 if (i->thread_info.sync_next) { in pa_sink_process_msg()2731 … i->thread_info.sync_next->thread_info.sync_prev = i->thread_info.sync_next->sync_prev; in pa_sink_process_msg()[all …]
98 pa_sink_input *sync_prev, *sync_next; member269 pa_sink_input *sync_prev, *sync_next; member
1402 for (isync = i->sync_next; isync; isync = isync->sync_next) { in sink_input_process_msg()