Lines Matching refs:next
168 f->tail->next = cell; in snd_seq_prioq_cell_in()
170 cell->next = NULL; in snd_seq_prioq_cell_in()
195 cur = cur->next; in snd_seq_prioq_cell_in()
205 prev->next = cell; in snd_seq_prioq_cell_in()
206 cell->next = cur; in snd_seq_prioq_cell_in()
231 f->head = cell->next; in snd_seq_prioq_cell_out()
237 cell->next = NULL; in snd_seq_prioq_cell_out()
292 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
301 next = cell->next; in snd_seq_prioq_leave()
305 f->head = cell->next; in snd_seq_prioq_leave()
307 prev->next = cell->next; in snd_seq_prioq_leave()
310 f->tail = cell->next; in snd_seq_prioq_leave()
313 cell->next = NULL; in snd_seq_prioq_leave()
317 freeprev->next = cell; in snd_seq_prioq_leave()
331 cell = next; in snd_seq_prioq_leave()
337 freenext = freefirst->next; in snd_seq_prioq_leave()
402 struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_remove_events() local
412 next = cell->next; in snd_seq_prioq_remove_events()
418 f->head = cell->next; in snd_seq_prioq_remove_events()
420 prev->next = cell->next; in snd_seq_prioq_remove_events()
424 f->tail = cell->next; in snd_seq_prioq_remove_events()
428 cell->next = NULL; in snd_seq_prioq_remove_events()
432 freeprev->next = cell; in snd_seq_prioq_remove_events()
439 cell = next; in snd_seq_prioq_remove_events()
445 freenext = freefirst->next; in snd_seq_prioq_remove_events()