Searched refs:next_slot (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/
H A Ddma-m2p.c74 unsigned next_slot:1; member in struct:m2p_channel
100 if (ch->next_slot == 0) {
107 ch->next_slot ^= 1;
304 ch->next_slot = 0;
371 ch->next_slot = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_low_32.S423 1: addis r4,r7,next_slot@ha /* get next evict slot */
424 lwz r6,next_slot@l(r4)
427 stw r6,next_slot@l(r4)
479 next_slot: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap.c144 struct mmc_omap_slot *next_slot; member in struct:mmc_omap_host
245 struct mmc_omap_slot *next_slot = host->next_slot; local
248 host->next_slot = NULL;
249 mmc_omap_select_slot(next_slot, 1);
251 rq = next_slot->mrq;
252 next_slot->mrq = NULL;
281 BUG_ON(host->next_slot != NULL);
286 host->next_slot = new_slot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Ddma.c245 static inline int next_slot(struct b43_dmaring *ring, int slot) function
291 slot = next_slot(ring, ring->current_slot);
1257 ops->poke_tx(ring, next_slot(ring, slot));
1494 slot = next_slot(ring, slot);
1559 *slot = next_slot(ring, *slot);
1603 for (; slot != current_slot; slot = next_slot(ring, slot)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddma.c251 static inline int next_slot(struct b43legacy_dmaring *ring, int slot) function
298 slot = next_slot(ring, ring->current_slot);
1334 ops->poke_tx(ring, next_slot(ring, slot));
1516 slot = next_slot(ring, slot);
1599 *slot = next_slot(ring, *slot);
1643 for (; slot != current_slot; slot = next_slot(ring, slot)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile.c317 next_slot:
358 goto next_slot;
455 goto next_slot;
493 goto next_slot;
H A Dtree-log.c2798 goto next_slot;
2802 goto next_slot;
2813 next_slot:
H A Dinode.c1059 next_slot:
1098 goto next_slot;
1135 goto next_slot;
1144 goto next_slot;
H A Dvolumes.c1383 next_slot:
1420 goto next_slot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_core.c296 struct slot *old_slot, *next_slot; local
303 next_slot = old_slot->next;
305 old_slot = next_slot;

Completed in 157 milliseconds