Searched refs:async_lock (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/kernel/ |
D | async.c | 69 static DEFINE_SPINLOCK(async_lock); 91 spin_lock_irqsave(&async_lock, flags); in lowest_in_progress() 102 spin_unlock_irqrestore(&async_lock, flags); in lowest_in_progress() 134 spin_lock_irqsave(&async_lock, flags); in async_run_entry_fn() 142 spin_unlock_irqrestore(&async_lock, flags); in async_run_entry_fn() 163 spin_lock_irqsave(&async_lock, flags); in __async_schedule() 165 spin_unlock_irqrestore(&async_lock, flags); in __async_schedule() 178 spin_lock_irqsave(&async_lock, flags); in __async_schedule() 188 spin_unlock_irqrestore(&async_lock, flags); in __async_schedule() 254 spin_lock_irq(&async_lock); in async_unregister_domain() [all …]
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap.c | 593 spin_lock_init(&map->async_lock); in regmap_init() 1285 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write() 1291 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write() 1312 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write() 1314 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write() 1333 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write() 1335 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write() 2480 spin_lock(&map->async_lock); in regmap_async_complete_cb() 2487 spin_unlock(&map->async_lock); in regmap_async_complete_cb() 2499 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done() [all …]
|
D | internal.h | 71 spinlock_t async_lock; member
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi.c | 73 spin_lock_init(&mcdi->async_lock); in efx_mcdi_init() 377 spin_lock_bh(&mcdi->async_lock); in efx_mcdi_release() 388 spin_unlock_bh(&mcdi->async_lock); in efx_mcdi_release() 441 spin_lock(&mcdi->async_lock); in efx_mcdi_complete_async() 445 spin_unlock(&mcdi->async_lock); in efx_mcdi_complete_async() 710 spin_lock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async() 729 spin_unlock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
|
D | mcdi.h | 74 spinlock_t async_lock; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 256 spinlock_t async_lock ____cacheline_aligned;
|
D | cxgb2.c | 924 spin_lock_irq(&adapter->async_lock); in ext_intr_task() 929 spin_unlock_irq(&adapter->async_lock); in ext_intr_task() 1058 spin_lock_init(&adapter->async_lock); in init_one()
|
D | sge.c | 1637 spin_lock(&adapter->async_lock); in t1_interrupt() 1639 spin_unlock(&adapter->async_lock); in t1_interrupt()
|