Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dprocess.c210 unsigned long nextsp; in in_irq_stack() local
217 nextsp = *(unsigned long *)end; in in_irq_stack()
218 if (nextsp & (SZREG - 1)) in in_irq_stack()
224 info->next_sp = nextsp; in in_irq_stack()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c1359 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local
1367 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()
1368 nextsp = sp->next; in snd_sf_clear()
1447 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local
1466 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()
1469 nextsp = sp->next; in snd_soundfont_remove_unlocked()
1470 sf->samples = nextsp; in snd_soundfont_remove_unlocked()
/kernel/linux/linux-6.6/sound/synth/emux/
H A 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()

Completed in 5 milliseconds