Searched refs:nextsp (Results 1 – 2 of 2) sorted by relevance
260 unsigned long nextsp; in in_irq_stack() local267 nextsp = *(unsigned long *)end; in in_irq_stack()268 if (nextsp & (SZREG - 1)) in in_irq_stack()273 info->next_sp = nextsp; in in_irq_stack()
1365 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local1373 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()1374 nextsp = sp->next; in snd_sf_clear()1452 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local1471 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()1474 nextsp = sp->next; in snd_soundfont_remove_unlocked()1475 sf->samples = nextsp; in snd_soundfont_remove_unlocked()