Home
last modified time | relevance | path

Searched refs:async_lock (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/
Dasync.c69 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/
Dregmap.c788 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 …]
Dinternal.h73 spinlock_t async_lock; member
/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi.c88 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()
Dmcdi.h83 spinlock_t async_lock; member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h260 spinlock_t async_lock ____cacheline_aligned;
Dcxgb2.c928 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()
Dsge.c1637 spin_lock(&adapter->async_lock); in t1_interrupt()
1639 spin_unlock(&adapter->async_lock); in t1_interrupt()