Searched refs:stopper (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dstop_machine.c35 /* the actual stopper, one per every possible cpu, enabled on online cpus */
38 bool enabled; /* is this stopper enabled? */
40 struct task_struct *thread; /* stopper thread */
63 /* queue @work to @stopper. if offline, @work is completed immediately */
64 static void cpu_stop_queue_work(struct cpu_stopper *stopper, argument
69 spin_lock_irqsave(&stopper->lock, flags);
71 if (stopper->enabled) {
72 list_add_tail(&work->list, &stopper->works);
73 wake_up_process(stopper->thread);
77 spin_unlock_irqrestore(&stopper
240 struct cpu_stopper *stopper = data; local
296 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); local
364 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c590 parse(v, stopper, type, init, final)
592 int stopper; /* EOS or ')' */
604 assert(stopper == ')' || stopper == EOS);
624 branch->left = parsebranch(v, stopper, type, left, right, 0);
631 assert(SEE(stopper) || SEE(EOS));
633 if (!SEE(stopper)) {
634 assert(stopper == ')' && SEE(EOS));
665 parsebranch(v, stopper, type, left, right, partial)
667 int stopper; /* EO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-vbi.c200 /* add jump to stopper */
202 buf->risc.jmp[1] = cpu_to_le32(q->stopper.dma);
H A Dcx23885.h255 struct btcx_riscmem stopper; member in struct:cx23885_dmaqueue
H A Dcx23885-video.c632 /* add jump to stopper */
634 buf->risc.jmp[1] = cpu_to_le32(q->stopper.dma);
1387 dprintk(2, "stopper video\n");
1476 btcx_riscmem_free(dev->pci, &dev->vidq.stopper);
1500 cx23885_risc_stopper(dev->pci, &dev->vidq.stopper,
H A Dcx23885-core.c757 cx23885_risc_stopper(dev->pci, &port->mpegq.stopper,
1503 /* add jump to stopper */
1505 buf->risc.jmp[1] = cpu_to_le32(cx88q->stopper.dma);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-vbi.c202 /* add jump to stopper */
204 buf->risc.jmp[1] = cpu_to_le32(q->stopper.dma);
H A Dcx88-mpeg.c286 /* add jump to stopper */
288 buf->risc.jmp[1] = cpu_to_le32(cx88q->stopper.dma);
485 cx88_risc_stopper(dev->pci,&dev->mpegq.stopper,
514 btcx_riscmem_free(dev->pci,&dev->mpegq.stopper);
H A Dcx88-video.c666 /* add jump to stopper */
668 buf->risc.jmp[1] = cpu_to_le32(q->stopper.dma);
1628 dprintk(2,"stopper video\n");
1636 dprintk(2,"stopper vbi\n");
1847 cx88_risc_stopper(dev->pci,&dev->vidq.stopper,
1856 cx88_risc_stopper(dev->pci,&dev->vbiq.stopper,
1994 btcx_riscmem_free(dev->pci,&dev->vidq.stopper);
H A Dcx88.h311 struct btcx_riscmem stopper; member in struct:cx88_dmaqueue
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821.h231 struct btcx_riscmem stopper; member in struct:cx25821_dmaqueue
H A Dcx25821-video.c421 dprintk(2, "stopper video\n");
459 &dev->channels[chan_num].vidq.stopper);
486 &dev->channels[i].vidq.stopper,
732 /* add jump to stopper */
734 buf->risc.jmp[1] = cpu_to_le32(q->stopper.dma);
737 dprintk(2, "jmp to stopper (0x%x)\n", buf->risc.jmp[1]);

Completed in 117 milliseconds