next_zone 703 include/linux/mmzone.h extern struct zone *next_zone(struct zone *zone);
next_zone 723 include/linux/mmzone.h zone = next_zone(zone))
next_zone 44 include/sound/soundfont.h struct snd_sf_zone *next_zone; /* Next zone in play list */
next_zone 1176 sound/synth/emux/soundfont.c for (p = zone; p; p = p->next_zone) {
next_zone 1189 sound/synth/emux/soundfont.c cur->next_zone = zone; /* zone link */
next_zone 1208 sound/synth/emux/soundfont.c zp = zp->next_zone;
next_zone 1286 sound/synth/emux/soundfont.c for (; zp; zp = zp->next_zone) {