Home
last modified time | relevance | path

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

/drivers/base/regmap/
Dregmap.c807 spin_lock_init(&map->async_lock); in __regmap_init()
1568 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1574 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1595 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1597 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1616 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1618 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
2939 spin_lock(&map->async_lock); in regmap_async_complete_cb()
2946 spin_unlock(&map->async_lock); in regmap_async_complete_cb()
2958 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done()
[all …]
Dinternal.h70 spinlock_t async_lock; member
/drivers/net/ethernet/sfc/
Dmcdi.c85 spin_lock_init(&mcdi->async_lock); in efx_mcdi_init()
472 spin_lock_bh(&mcdi->async_lock); in efx_mcdi_release()
483 spin_unlock_bh(&mcdi->async_lock); in efx_mcdi_release()
536 spin_lock(&mcdi->async_lock); in efx_mcdi_complete_async()
540 spin_unlock(&mcdi->async_lock); in efx_mcdi_complete_async()
1002 spin_lock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
1021 spin_unlock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
Dmcdi.h80 spinlock_t async_lock; member
/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.c1636 spin_lock(&adapter->async_lock); in t1_interrupt()
1638 spin_unlock(&adapter->async_lock); in t1_interrupt()