Searched refs:this_msp (Results 1 – 1 of 1) sorted by relevance
2294 struct ms_stream *this_msp = ms_head; in ms_sort() local2296 if (this_msp == NULL) in ms_sort()2298 else if (msp_t < ms_peek_time(this_msp)) { in ms_sort()2299 msp->next = this_msp; in ms_sort()2303 while (this_msp->next && ms_peek_time(this_msp->next) < msp_t) in ms_sort()2304 this_msp = this_msp->next; in ms_sort()2306 msp->next = this_msp->next; in ms_sort()2307 this_msp->next = msp; in ms_sort()