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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmzone.c28 * next_zone - helper magic for for_each_zone()
30 struct zone *next_zone(struct zone *zone) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoundfont.h44 struct snd_sf_zone *next_zone; /* Next zone in play list */ member in struct:snd_sf_zone
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmmzone.h786 extern struct zone *next_zone(struct zone *zone);
806 zone = next_zone(zone))
811 zone = next_zone(zone)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c1125 * structures linked by next_instr and by next_zone. Former is the whole
1168 for (p = zone; p; p = p->next_zone) {
1181 cur->next_zone = zone; /* zone link */
1200 zp = zp->next_zone;
1278 for (; zp; zp = zp->next_zone) {

Completed in 117 milliseconds