Home
last modified time | relevance | path

Searched refs:squeue (Results 1 – 10 of 10) sorted by relevance

/linux/kernel/
H A Dpadata.c289 struct padata_serial_queue *squeue; in padata_reorder() local
317 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()
319 spin_lock(&squeue->serial.lock); in padata_reorder()
320 list_add_tail(&padata->list, &squeue->serial.list); in padata_reorder()
321 spin_unlock(&squeue->serial.lock); in padata_reorder()
323 queue_work_on(cb_cpu, pinst->serial_wq, &squeue->work); in padata_reorder()
355 struct padata_serial_queue *squeue; in padata_serial_worker() local
361 squeue = container_of(serial_work, struct padata_serial_queue, work); in padata_serial_worker()
362 pd = squeue->pd; in padata_serial_worker()
364 spin_lock(&squeue->serial.lock); in padata_serial_worker()
[all …]
/linux/drivers/isdn/mISDN/
H A Dhwchannel.c66 skb_queue_head_init(&ch->squeue); in mISDN_initdchannel()
108 skb_queue_purge(&ch->squeue); in mISDN_freedchannel()
326 dch->tx_skb = skb_dequeue(&dch->squeue); in get_next_dframe()
418 skb_queue_tail(&ch->squeue, skb); in dchannel_senddata()
/linux/include/linux/
H A Dpadata.h99 struct padata_serial_queue __percpu *squeue; member
H A DmISDNhw.h92 struct sk_buff_head squeue; member
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1505 np->squeue [qidx] = cpu_to_scr(np->idletask_ba);
1507 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba);
1713 np->squeue[i] = cpu_to_scr(np->idletask_ba);
1714 np->squeue[i+1] = cpu_to_scr(phys + (i+2)*4);
1716 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys);
2981 cp = sym_ccb_from_dsa(np, scr_to_cpu(np->squeue[i]));
3000 np->squeue[j] = np->squeue[i];
3006 np->squeue[j] = np->squeue[i];
5625 np->squeue = sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE");
5626 if (!np->squeue)
[all …]
H A Dsym_hipd.h930 u32 *squeue; /* Start queue virtual address */ member
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c335 skb_queue_splice_init(&dch->squeue, &free_queue); in hfcusb_l2l1D()
384 skb_queue_purge(&dch->squeue); in hfc_l1callback()
H A Dhfcpci.c1078 skb_queue_purge(&dch->squeue); in hfc_l1callback()
1626 skb_queue_splice_init(&dch->squeue, &free_queue); in hfcpci_l2l1D()
H A Dw6692.c1121 skb_queue_purge(&dch->squeue); in w6692_l1callback()
H A DmISDNipac.c656 skb_queue_purge(&dch->squeue); in isac_l1cmd()