Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dasync.c65 static DEFINE_SPINLOCK(async_lock);
93 spin_lock_irqsave(&async_lock, flags); in lowest_in_progress()
108 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()
181 spin_lock_irqsave(&async_lock, flags); in async_schedule_node_domain()
183 spin_unlock_irqrestore(&async_lock, flags); in async_schedule_node_domain()
196 spin_lock_irqsave(&async_lock, flags); in async_schedule_node_domain()
206 spin_unlock_irqrestore(&async_lock, flags); in async_schedule_node_domain()
/Linux-v5.15/drivers/base/regmap/
Dregmap.c862 spin_lock_init(&map->async_lock); in __regmap_init()
1755 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1761 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1782 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1784 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1803 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1805 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
3161 spin_lock(&map->async_lock); in regmap_async_complete_cb()
3168 spin_unlock(&map->async_lock); in regmap_async_complete_cb()
3180 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done()
[all …]
Dinternal.h74 spinlock_t async_lock; member
/Linux-v5.15/fs/nfsd/
Dnfs4proc.c1127 spin_lock(&copy->cp_clp->async_lock); in check_and_set_stop_copy()
1131 spin_unlock(&copy->cp_clp->async_lock); in check_and_set_stop_copy()
1147 spin_lock(&clp->async_lock); in nfsd4_get_copy()
1153 spin_unlock(&clp->async_lock); in nfsd4_get_copy()
1601 spin_lock(&copy->cp_clp->async_lock); in cleanup_async_copy()
1603 spin_unlock(&copy->cp_clp->async_lock); in cleanup_async_copy()
1693 spin_lock(&async_copy->cp_clp->async_lock); in nfsd4_copy()
1696 spin_unlock(&async_copy->cp_clp->async_lock); in nfsd4_copy()
1718 spin_lock(&clp->async_lock); in find_async_copy()
1723 spin_unlock(&clp->async_lock); in find_async_copy()
[all …]
Dstate.h386 spinlock_t async_lock; /* lock for async copies */ member
Dnfs4state.c1993 spin_lock_init(&clp->async_lock); in alloc_client()
/Linux-v5.15/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
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h258 spinlock_t async_lock ____cacheline_aligned;
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()
Dcxgb2.c1022 spin_lock_init(&adapter->async_lock); in init_one()