Home
last modified time | relevance | path

Searched refs:nextsp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c234 unsigned long nextsp; in in_irq_stack() local
241 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()
/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c1375 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local
1383 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()
1384 nextsp = sp->next; in snd_sf_clear()
1464 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local
1483 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()
1486 nextsp = sp->next; in snd_soundfont_remove_unlocked()
1487 sf->samples = nextsp; in snd_soundfont_remove_unlocked()