Home
last modified time | relevance | path

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

/linux/kernel/
A Dpadata.c279 struct padata_serial_queue *squeue; in padata_reorder() local
307 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()
309 spin_lock(&squeue->serial.lock); in padata_reorder()
352 pd = squeue->pd; in padata_serial_worker()
354 spin_lock(&squeue->serial.lock); in padata_serial_worker()
356 spin_unlock(&squeue->serial.lock); in padata_serial_worker()
533 squeue = per_cpu_ptr(pd->squeue, cpu); in padata_init_squeues()
534 squeue->pd = pd; in padata_init_squeues()
567 if (!pd->squeue) in padata_alloc_pd()
593 free_percpu(pd->squeue); in padata_alloc_pd()
[all …]
/linux/drivers/isdn/mISDN/
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/
A Dpadata.h99 struct padata_serial_queue __percpu *squeue; member
A DmISDNhw.h92 struct sk_buff_head squeue; member
/linux/drivers/scsi/sym53c8xx_2/
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];
5626 if (!np->squeue)
5628 np->squeue_ba = vtobus(np->squeue);
[all …]
A Dsym_hipd.h930 u32 *squeue; /* Start queue virtual address */ member
/linux/drivers/isdn/hardware/mISDN/
A Dhfcsusb.c331 skb_queue_purge(&dch->squeue); in hfcusb_l2l1D()
379 skb_queue_purge(&dch->squeue); in hfc_l1callback()
A Dhfcpci.c1077 skb_queue_purge(&dch->squeue); in hfc_l1callback()
1622 skb_queue_purge(&dch->squeue); in hfcpci_l2l1D()
A Dw6692.c1120 skb_queue_purge(&dch->squeue); in w6692_l1callback()
A DmISDNipac.c655 skb_queue_purge(&dch->squeue); in isac_l1cmd()
A Dhfcmulti.c3267 skb_queue_purge(&dch->squeue); in hfcm_l1callback()
3408 skb_queue_purge(&dch->squeue); in handle_dmsg()

Completed in 40 milliseconds