Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A 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()
163 spin_lock_irqsave(&async_lock, flags); in __async_schedule_node_domain()
173 spin_unlock_irqrestore(&async_lock, flags); in __async_schedule_node_domain()
214 spin_lock_irqsave(&async_lock, flags); in async_schedule_node_domain()
216 spin_unlock_irqrestore(&async_lock, flags); in async_schedule_node_domain()
/openbmc/linux/drivers/base/regmap/
H A Dregmap.c816 spin_lock_init(&map->async_lock); in __regmap_init()
1709 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1715 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1736 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1738 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
1757 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl()
1759 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl()
3292 spin_lock(&map->async_lock); in regmap_async_complete_cb()
3299 spin_unlock(&map->async_lock); in regmap_async_complete_cb()
3311 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done()
[all …]
H A Dinternal.h77 spinlock_t async_lock; member
/openbmc/qemu/hw/display/
H A Dqxl.h49 QemuMutex async_lock; member
H A Dqxl.c883 qemu_mutex_lock(&qxl->async_lock); in interface_async_complete_io()
886 qemu_mutex_unlock(&qxl->async_lock); in interface_async_complete_io()
1219 qemu_mutex_lock(&d->async_lock); in qxl_soft_reset()
1221 qemu_mutex_unlock(&d->async_lock); in qxl_soft_reset()
1681 WITH_QEMU_LOCK_GUARD(&d->async_lock) {
1851 qemu_mutex_lock(&d->async_lock);
1853 qemu_mutex_unlock(&d->async_lock);
2096 qemu_mutex_init(&qxl->async_lock);
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A 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()
H A Dmcdi.h80 spinlock_t async_lock; member
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c1292 spin_lock(&clp->async_lock); in nfsd4_unhash_copy()
1301 spin_unlock(&clp->async_lock); in nfsd4_unhash_copy()
1718 spin_lock(&copy->cp_clp->async_lock); in cleanup_async_copy()
1721 spin_unlock(&copy->cp_clp->async_lock); in cleanup_async_copy()
1840 spin_lock(&async_copy->cp_clp->async_lock); in nfsd4_copy()
1843 spin_unlock(&async_copy->cp_clp->async_lock); in nfsd4_copy()
1873 lockdep_assert_held(&clp->async_lock); in find_async_copy_locked()
1888 spin_lock(&clp->async_lock); in find_async_copy()
1892 spin_unlock(&clp->async_lock); in find_async_copy()
1991 spin_lock(&clp->async_lock); in nfsd4_offload_status()
[all …]
H A Dstate.h410 spinlock_t async_lock; /* lock for async copies */ member
H A Dnfs4state.c2130 spin_lock_init(&clp->async_lock); in alloc_client()
/openbmc/linux/drivers/net/ethernet/sfc/
H A 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()
H A Dmcdi.h80 spinlock_t async_lock; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h249 spinlock_t async_lock ____cacheline_aligned;
H A 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()
H A Dcxgb2.c1017 spin_lock_init(&adapter->async_lock); in init_one()