next_zone         977 include/linux/mmzone.h extern struct zone *next_zone(struct zone *zone);
next_zone         997 include/linux/mmzone.h 	     zone = next_zone(zone))
next_zone        1002 include/linux/mmzone.h 	     zone = next_zone(zone))			\
next_zone          31 include/sound/soundfont.h 	struct snd_sf_zone *next_zone;	/* Next zone in play list */
next_zone        1173 sound/synth/emux/soundfont.c 		for (p = zone; p; p = p->next_zone) {
next_zone        1186 sound/synth/emux/soundfont.c 	cur->next_zone = zone; /* zone link */
next_zone        1205 sound/synth/emux/soundfont.c 			zp = zp->next_zone;
next_zone        1283 sound/synth/emux/soundfont.c 	for (; zp; zp = zp->next_zone) {