Lines Matching refs:tail
67 f->tail = NULL; in snd_seq_prioq_new()
165 if (f->tail && !prior) { in snd_seq_prioq_cell_in()
166 if (compare_timestamp(&cell->event, &f->tail->event)) { in snd_seq_prioq_cell_in()
168 f->tail->next = cell; in snd_seq_prioq_cell_in()
169 f->tail = cell; in snd_seq_prioq_cell_in()
211 f->tail = cell; in snd_seq_prioq_cell_in()
234 if (f->tail == cell) in snd_seq_prioq_cell_out()
235 f->tail = NULL; in snd_seq_prioq_cell_out()
309 if (cell == f->tail) in snd_seq_prioq_leave()
310 f->tail = cell->next; in snd_seq_prioq_leave()
423 if (cell == f->tail) in snd_seq_prioq_remove_events()
424 f->tail = cell->next; in snd_seq_prioq_remove_events()