Searched refs:nextsp (Results 1 – 2 of 2) sorted by relevance
234 unsigned long nextsp; in in_irq_stack() local241 nextsp = *(unsigned long *)end; in in_irq_stack()242 if (nextsp & (SZREG - 1)) in in_irq_stack()247 info->next_sp = nextsp; in in_irq_stack()
1414 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local1422 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()1423 nextsp = sp->next; in snd_sf_clear()1502 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local1521 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()1524 nextsp = sp->next; in snd_soundfont_remove_unlocked()1525 sf->samples = nextsp; in snd_soundfont_remove_unlocked()