Lines Matching refs:head
66 f->head = NULL; in snd_seq_prioq_new()
180 cur = f->head; /* cursor */ in snd_seq_prioq_cell_in()
208 if (f->head == cur) /* this is the first cell, set head to it */ in snd_seq_prioq_cell_in()
209 f->head = cell; in snd_seq_prioq_cell_in()
229 cell = f->head; in snd_seq_prioq_cell_out()
231 f->head = cell->next; in snd_seq_prioq_cell_out()
263 return f->head; in snd_seq_prioq_cell_peek()
299 cell = f->head; in snd_seq_prioq_leave()
304 if (cell == f->head) { in snd_seq_prioq_leave()
305 f->head = cell->next; in snd_seq_prioq_leave()
409 cell = f->head; in snd_seq_prioq_remove_events()
417 if (cell == f->head) { in snd_seq_prioq_remove_events()
418 f->head = cell->next; in snd_seq_prioq_remove_events()