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

/linux-master/arch/loongarch/kernel/
H A Dprocess.c234 unsigned long nextsp; local
241 nextsp = *(unsigned long *)end;
242 if (nextsp & (SZREG - 1))
247 info->next_sp = nextsp;
/linux-master/sound/synth/emux/
H A Dsoundfont.c1409 struct snd_sf_sample *sp, *nextsp; local
1417 for (sp = sf->samples; sp; sp = nextsp) {
1418 nextsp = sp->next;
1497 struct snd_sf_sample *sp, *nextsp; local
1516 for (sp = sf->samples; sp; sp = nextsp) {
1519 nextsp = sp->next;
1520 sf->samples = nextsp;

Completed in 199 milliseconds