nextzp           1358 sound/synth/emux/soundfont.c 	struct snd_sf_zone *zp, *nextzp;
nextzp           1363 sound/synth/emux/soundfont.c 		for (zp = sf->zones; zp; zp = nextzp) {
nextzp           1364 sound/synth/emux/soundfont.c 			nextzp = zp->next;
nextzp           1446 sound/synth/emux/soundfont.c 	struct snd_sf_zone *zp, *nextzp;
nextzp           1458 sound/synth/emux/soundfont.c 		for (zp = sf->zones; zp; zp = nextzp) {
nextzp           1461 sound/synth/emux/soundfont.c 			nextzp = zp->next;
nextzp           1462 sound/synth/emux/soundfont.c 			sf->zones = nextzp;