Searched refs:current_time (Results 1 – 3 of 3) sorted by relevance
203 static int event_is_ready(struct snd_seq_event *ev, void *current_time) in event_is_ready() argument206 return snd_seq_compare_tick_time(current_time, &ev->time.tick); in event_is_ready()208 return snd_seq_compare_real_time(current_time, &ev->time.time); in event_is_ready()213 void *current_time) in snd_seq_prioq_cell_out() argument225 if (cell && current_time && !event_is_ready(&cell->event, current_time)) in snd_seq_prioq_cell_out()
33 void *current_time);
20 int current_time; member