Home
last modified time | relevance | path

Searched refs:current_time (Results 1 – 2 of 2) sorted by relevance

/sound/core/seq/
Dseq_prioq.c218 static int event_is_ready(struct snd_seq_event *ev, void *current_time) in event_is_ready() argument
221 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() argument
240 if (cell && current_time && !event_is_ready(&cell->event, current_time)) in snd_seq_prioq_cell_out()
Dseq_prioq.h48 void *current_time);