Home
last modified time | relevance | path

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

/drivers/base/regmap/
Dregmap.c863 spin_lock_init(&map->async_lock); in __regmap_init()
1759 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1765 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1786 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1788 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1807 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1809 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
3165 spin_lock(&map->async_lock); in regmap_async_complete_cb()
3172 spin_unlock(&map->async_lock); in regmap_async_complete_cb()
3184 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done()
[all …]
Dinternal.h74 spinlock_t async_lock; member
/drivers/net/ethernet/sfc/
Dmcdi.c85 spin_lock_init(&mcdi->async_lock); in efx_mcdi_init()
474 spin_lock_bh(&mcdi->async_lock); in efx_mcdi_release()
485 spin_unlock_bh(&mcdi->async_lock); in efx_mcdi_release()
538 spin_lock(&mcdi->async_lock); in efx_mcdi_complete_async()
542 spin_unlock(&mcdi->async_lock); in efx_mcdi_complete_async()
1004 spin_lock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
1023 spin_unlock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
Dmcdi.h80 spinlock_t async_lock; member
/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1631 spin_lock_irq(&adapter->async_lock); in t1_interrupt_thread()
1634 spin_unlock_irq(&adapter->async_lock); in t1_interrupt_thread()
1650 spin_lock_irq(&adapter->async_lock); in t1_interrupt_thread()
1656 spin_unlock_irq(&adapter->async_lock); in t1_interrupt_thread()
1683 spin_lock(&adapter->async_lock); in t1_interrupt()
1685 spin_unlock(&adapter->async_lock); in t1_interrupt()
Dcommon.h258 spinlock_t async_lock ____cacheline_aligned;
Dcxgb2.c1022 spin_lock_init(&adapter->async_lock); in init_one()