Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
Dprocess.c217 unsigned long nextsp; in in_irq_stack() local
224 nextsp = *(unsigned long *)end; in in_irq_stack()
225 if (nextsp & (SZREG - 1)) in in_irq_stack()
230 info->next_sp = nextsp; in in_irq_stack()
/linux-6.1.9/sound/synth/emux/
Dsoundfont.c1370 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local
1378 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()
1379 nextsp = sp->next; in snd_sf_clear()
1459 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local
1478 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()
1481 nextsp = sp->next; in snd_soundfont_remove_unlocked()
1482 sf->samples = nextsp; in snd_soundfont_remove_unlocked()