Searched refs:oldhead (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_fifo.c235 struct snd_seq_event_cell *cell, *next, *oldhead; local
251 oldhead = f->head;
261 for (cell = oldhead; cell; cell = next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_setup.c435 u32 oldhead; local
482 oldhead = NV_RD32(par->PCRTC0, 0x00000860);
483 NV_WR32(par->PCRTC0, 0x00000860, oldhead | 0x00000010);
608 NV_WR32(par->PCRTC0, 0x00000860, oldhead);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c901 u32 oldhead, curtail; local
943 oldhead = dd->ipath_port0head;
945 if (oldhead != curtail) {
955 if (oldhead != dd->ipath_port0head) {

Completed in 101 milliseconds