Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dasync.c69 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.4.14/drivers/base/regmap/
Dregmap.c606 spin_lock_init(&map->async_lock); in __regmap_init()
1289 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write()
1295 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write()
1316 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write()
1318 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write()
1337 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write()
1339 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write()
2697 spin_lock(&map->async_lock); in regmap_async_complete_cb()
2704 spin_unlock(&map->async_lock); in regmap_async_complete_cb()
2716 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done()
[all …]
Dinternal.h72 spinlock_t async_lock; member
/linux-4.4.14/drivers/net/ethernet/sfc/
Dmcdi.c88 spin_lock_init(&mcdi->async_lock); in efx_mcdi_init()
469 spin_lock_bh(&mcdi->async_lock); in efx_mcdi_release()
480 spin_unlock_bh(&mcdi->async_lock); in efx_mcdi_release()
533 spin_lock(&mcdi->async_lock); in efx_mcdi_complete_async()
537 spin_unlock(&mcdi->async_lock); in efx_mcdi_complete_async()
802 spin_lock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
821 spin_unlock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
Dmcdi.h76 spinlock_t async_lock; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h256 spinlock_t async_lock ____cacheline_aligned;
Dcxgb2.c924 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()
Dsge.c1637 spin_lock(&adapter->async_lock); in t1_interrupt()
1639 spin_unlock(&adapter->async_lock); in t1_interrupt()