Searched refs:current_time (Results 1 – 2 of 2) sorted by relevance
218 static int event_is_ready(struct snd_seq_event *ev, void *current_time) in event_is_ready() argument221 return snd_seq_compare_tick_time(current_time, &ev->time.tick); in event_is_ready()223 return snd_seq_compare_real_time(current_time, &ev->time.time); in event_is_ready()228 void *current_time) in snd_seq_prioq_cell_out() argument240 if (cell && current_time && !event_is_ready(&cell->event, current_time)) in snd_seq_prioq_cell_out()
48 void *current_time);