Searched refs:nextsp (Results 1 – 1 of 1) sorted by relevance
1359 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local1367 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()1368 nextsp = sp->next; in snd_sf_clear()1447 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local1466 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()1469 nextsp = sp->next; in snd_soundfont_remove_unlocked()1470 sf->samples = nextsp; in snd_soundfont_remove_unlocked()