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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/mm/
H A Dhashtable.S411 addis r4,r7,next_slot@ha
412 lwz r6,next_slot@l(r4)
415 stw r6,next_slot@l(r4)
466 next_slot: label
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_low_32.S404 1: addis r4,r7,next_slot@ha /* get next evict slot */
405 lwz r6,next_slot@l(r4)
408 stw r6,next_slot@l(r4)
460 next_slot: label
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c48 static inline int next_slot(struct bcm43xx_dmaring *ring, int slot) function
74 slot = next_slot(ring, ring->current_slot);
943 slot = next_slot(ring, slot);
1077 slot = next_slot(ring, slot);
1158 *slot = next_slot(ring, *slot);
1216 for ( ; slot != current_slot; slot = next_slot(ring, slot)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_core.c465 struct slot *old_slot, *next_slot; local
472 next_slot = old_slot->next;
474 old_slot = next_slot;

Completed in 29 milliseconds