Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_fifo.c228 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local
245 oldhead = f->head; in snd_seq_fifo_resize()
259 for (cell = oldhead; cell; cell = next) { in snd_seq_fifo_resize()