Searched refs:async_lock (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/kernel/ |
D | async.c | 69 static DEFINE_SPINLOCK(async_lock); 91 spin_lock_irqsave(&async_lock, flags); in lowest_in_progress() 106 spin_unlock_irqrestore(&async_lock, flags); in lowest_in_progress() 138 spin_lock_irqsave(&async_lock, flags); in async_run_entry_fn() 146 spin_unlock_irqrestore(&async_lock, flags); in async_run_entry_fn() 167 spin_lock_irqsave(&async_lock, flags); in __async_schedule() 169 spin_unlock_irqrestore(&async_lock, flags); in __async_schedule() 182 spin_lock_irqsave(&async_lock, flags); in __async_schedule() 192 spin_unlock_irqrestore(&async_lock, flags); in __async_schedule() 258 spin_lock_irq(&async_lock); in async_unregister_domain() [all …]
|
/Linux-v4.19/drivers/base/regmap/ |
D | regmap.c | 788 spin_lock_init(&map->async_lock); in __regmap_init() 1549 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1555 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 1576 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1578 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 1597 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1599 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 2859 spin_lock(&map->async_lock); in regmap_async_complete_cb() 2866 spin_unlock(&map->async_lock); in regmap_async_complete_cb() 2878 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done() [all …]
|
D | internal.h | 73 spinlock_t async_lock; member
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | mcdi.c | 88 spin_lock_init(&mcdi->async_lock); in efx_mcdi_init() 475 spin_lock_bh(&mcdi->async_lock); in efx_mcdi_release() 486 spin_unlock_bh(&mcdi->async_lock); in efx_mcdi_release() 539 spin_lock(&mcdi->async_lock); in efx_mcdi_complete_async() 543 spin_unlock(&mcdi->async_lock); in efx_mcdi_complete_async() 1005 spin_lock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async() 1024 spin_unlock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
|
D | mcdi.h | 83 spinlock_t async_lock; member
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 260 spinlock_t async_lock ____cacheline_aligned;
|
D | cxgb2.c | 928 spin_lock_irq(&adapter->async_lock); in ext_intr_task() 933 spin_unlock_irq(&adapter->async_lock); in ext_intr_task() 1062 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()
|