Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/seq/
Dseq_fifo.c238 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local
255 oldhead = f->head; in snd_seq_fifo_resize()
265 for (cell = oldhead; cell; cell = next) { in snd_seq_fifo_resize()
/linux-3.4.99/drivers/video/nvidia/
Dnv_setup.c463 u32 oldhead; in NVCommonSetup() local
510 oldhead = NV_RD32(par->PCRTC0, 0x00000860); in NVCommonSetup()
511 NV_WR32(par->PCRTC0, 0x00000860, oldhead | 0x00000010); in NVCommonSetup()
635 NV_WR32(par->PCRTC0, 0x00000860, oldhead); in NVCommonSetup()
/linux-3.4.99/kernel/
Drcutree.c1351 struct rcu_head *oldhead; in rcu_cleanup_dying_cpu() local
1355 oldhead = rdp->nxtlist; in rcu_cleanup_dying_cpu()
1359 *receive_rdp->nxttail[RCU_DONE_TAIL] = oldhead; in rcu_cleanup_dying_cpu()