Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/base/regmap/
Dregmap.c804 spin_lock_init(&map->async_lock); in __regmap_init()
1694 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1700 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1721 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1723 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1742 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1744 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
3240 spin_lock(&map->async_lock); in regmap_async_complete_cb()
3247 spin_unlock(&map->async_lock); in regmap_async_complete_cb()
3259 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done()
[all …]
Dinternal.h76 spinlock_t async_lock; member
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dmcdi.c86 spin_lock_init(&mcdi->async_lock); in efx_siena_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.h80 spinlock_t async_lock; member
/Linux-v6.6/fs/nfsd/
Dnfs4proc.c1300 spin_lock(&clp->async_lock); in nfsd4_get_copy()
1306 spin_unlock(&clp->async_lock); in nfsd4_get_copy()
1724 spin_lock(&copy->cp_clp->async_lock); in cleanup_async_copy()
1727 spin_unlock(&copy->cp_clp->async_lock); in cleanup_async_copy()
1839 spin_lock(&async_copy->cp_clp->async_lock); in nfsd4_copy()
1842 spin_unlock(&async_copy->cp_clp->async_lock); in nfsd4_copy()
1872 lockdep_assert_held(&clp->async_lock); in find_async_copy_locked()
1887 spin_lock(&clp->async_lock); in find_async_copy()
1891 spin_unlock(&clp->async_lock); in find_async_copy()
1990 spin_lock(&clp->async_lock); in nfsd4_offload_status()
[all …]
Dstate.h410 spinlock_t async_lock; /* lock for async copies */ member
Dnfs4state.c2121 spin_lock_init(&clp->async_lock); in alloc_client()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dmcdi.c84 spin_lock_init(&mcdi->async_lock); in efx_mcdi_init()
471 spin_lock_bh(&mcdi->async_lock); in efx_mcdi_release()
482 spin_unlock_bh(&mcdi->async_lock); in efx_mcdi_release()
535 spin_lock(&mcdi->async_lock); in efx_mcdi_complete_async()
539 spin_unlock(&mcdi->async_lock); in efx_mcdi_complete_async()
1001 spin_lock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
1020 spin_unlock_bh(&mcdi->async_lock); in _efx_mcdi_rpc_async()
Dmcdi.h80 spinlock_t async_lock; member
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h249 spinlock_t async_lock ____cacheline_aligned;
Dsge.c1622 spin_lock_irq(&adapter->async_lock); in t1_interrupt_thread()
1625 spin_unlock_irq(&adapter->async_lock); in t1_interrupt_thread()
1641 spin_lock_irq(&adapter->async_lock); in t1_interrupt_thread()
1647 spin_unlock_irq(&adapter->async_lock); in t1_interrupt_thread()
1674 spin_lock(&adapter->async_lock); in t1_interrupt()
1676 spin_unlock(&adapter->async_lock); in t1_interrupt()
Dcxgb2.c1017 spin_lock_init(&adapter->async_lock); in init_one()