Searched refs:tx_ctx_lock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/ |
H A D | gs_usb.c | 182 spinlock_t tx_ctx_lock; member 207 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context() 212 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context() 217 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context() 236 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_get_tx_context() 238 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context() 241 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context() 884 spin_lock_init(&dev->tx_ctx_lock); in gs_make_candev()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/ |
H A D | gs_usb.c | 315 spinlock_t tx_ctx_lock; member 346 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context() 351 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context() 356 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context() 375 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_get_tx_context() 377 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context() 380 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context() 1265 spin_lock_init(&dev->tx_ctx_lock); in gs_make_candev()
|
Completed in 4 milliseconds