Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/seq/
Dseq_memory.c201 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free() local
203 for (; curp; curp = nextptr) { in snd_seq_cell_free()
204 nextptr = curp->next; in snd_seq_cell_free()