Searched refs:squeue (Results 1 – 10 of 10) sorted by relevance
/linux/kernel/ |
H A D | padata.c | 289 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 D | hwchannel.c | 66 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 D | padata.h | 99 struct padata_serial_queue __percpu *squeue; member
|
H A D | mISDNhw.h | 92 struct sk_buff_head squeue; member
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 1505 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 D | sym_hipd.h | 930 u32 *squeue; /* Start queue virtual address */ member
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 335 skb_queue_splice_init(&dch->squeue, &free_queue); in hfcusb_l2l1D() 384 skb_queue_purge(&dch->squeue); in hfc_l1callback()
|
H A D | hfcpci.c | 1078 skb_queue_purge(&dch->squeue); in hfc_l1callback() 1626 skb_queue_splice_init(&dch->squeue, &free_queue); in hfcpci_l2l1D()
|
H A D | w6692.c | 1121 skb_queue_purge(&dch->squeue); in w6692_l1callback()
|
H A D | mISDNipac.c | 656 skb_queue_purge(&dch->squeue); in isac_l1cmd()
|