Searched full:txlock (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/block/aoe/ |
| H A D | aoenet.c | 49 static spinlock_t txlock; variable 52 /* enters with txlock held */ 54 tx(int id) __must_hold(&txlock) in tx() 60 spin_unlock_irq(&txlock); in tx() 67 spin_lock_irq(&txlock); in tx() 120 spin_lock_irqsave(&txlock, flags); in aoenet_xmit() 122 spin_unlock_irqrestore(&txlock, flags); in aoenet_xmit() 204 spin_lock_init(&txlock); in aoenet_init() 205 kts.lock = &txlock; in aoenet_init()
|
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 11 * Hide implementation of TxBlock and TxLock 15 #define lid_to_tlock(lid) (&TxLock[lid]) 98 extern struct tlock *TxLock; /* transaction lock table */ 103 /* txLock state */ 280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
|
| /linux/drivers/net/ethernet/tundra/ |
| H A D | tsi108_eth.c | 110 /* txlock nests in misclock and phy_lock */ 112 spinlock_t txlock, misclock; member 328 spin_lock(&data->txlock); in tsi108_check_phy() 333 spin_unlock(&data->txlock); in tsi108_check_phy() 595 /* txlock must be held by caller, with IRQs disabled, and 661 spin_lock_irq(&data->txlock); in tsi108_send_packet() 725 spin_unlock_irq(&data->txlock); in tsi108_send_packet() 979 spin_lock(&data->txlock); in tsi108_tx_int() 981 spin_unlock(&data->txlock); in tsi108_tx_int() 1144 spin_lock(&data->txlock); in tsi108_set_mac() [all …]
|
| /linux/drivers/bluetooth/ |
| H A D | btusb.c | 963 spinlock_t txlock; member 1943 spin_lock_irqsave(&data->txlock, flags); in btusb_tx_complete() 1945 spin_unlock_irqrestore(&data->txlock, flags); in btusb_tx_complete() 2208 spin_lock_irqsave(&data->txlock, flags); in submit_or_queue_tx_urb() 2212 spin_unlock_irqrestore(&data->txlock, flags); in submit_or_queue_tx_urb() 4106 spin_lock_init(&data->txlock); in btusb_probe() 4485 spin_lock_irq(&data->txlock); in btusb_suspend() 4488 spin_unlock_irq(&data->txlock); in btusb_suspend() 4490 spin_unlock_irq(&data->txlock); in btusb_suspend() 4606 spin_lock_irq(&data->txlock); in btusb_resume() [all …]
|
| /linux/drivers/net/ethernet/moxa/ |
| H A D | moxart_ether.h | 318 spinlock_t txlock; member
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | debug.c | 262 seq_printf(seq, "TXlock cnt: %d\n", in cw1200_status_show()
|
| H A D | sta.c | 156 pr_debug("[STA] CQM BSSLOSS_SM: state: %d init %d good %d bad: %d txlock: %d uj: %d\n", in __cw1200_cqm_bssloss_sm()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 423 spin_lock_init(&(priv->tx_queue[i]->txlock)); in gfar_alloc_tx_queues() 1949 spin_lock_bh(&tx_queue->txlock); in gfar_start_xmit() 1952 spin_unlock_bh(&tx_queue->txlock); in gfar_start_xmit() 2196 spin_lock(&tx_queue->txlock); in gfar_clean_tx_ring() 2198 spin_unlock(&tx_queue->txlock); in gfar_clean_tx_ring()
|
| H A D | gianfar.h | 982 * @txlock: per queue tx spin lock 1002 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES))); member
|