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

/linux-master/kernel/
H A Dasync.c66 static DEFINE_SPINLOCK(async_lock);
95 spin_lock_irqsave(&async_lock, flags);
110 spin_unlock_irqrestore(&async_lock, flags);
136 spin_lock_irqsave(&async_lock, flags);
144 spin_unlock_irqrestore(&async_lock, flags);
165 spin_lock_irqsave(&async_lock, flags);
175 spin_unlock_irqrestore(&async_lock, flags);
216 spin_lock_irqsave(&async_lock, flags);
218 spin_unlock_irqrestore(&async_lock, flags);
/linux-master/drivers/base/regmap/
H A Dregmap.c805 spin_lock_init(&map->async_lock);
1698 spin_lock_irqsave(&map->async_lock, flags);
1704 spin_unlock_irqrestore(&map->async_lock, flags);
1725 spin_lock_irqsave(&map->async_lock, flags);
1727 spin_unlock_irqrestore(&map->async_lock, flags);
1746 spin_lock_irqsave(&map->async_lock, flags);
1748 spin_unlock_irqrestore(&map->async_lock, flags);
3281 spin_lock(&map->async_lock);
3288 spin_unlock(&map->async_lock);
3300 spin_lock_irqsave(&map->async_lock, flag
[all...]
H A Dinternal.h76 spinlock_t async_lock; member in struct:regmap
/linux-master/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);
1625 spin_unlock_irq(&adapter->async_lock);
1641 spin_lock_irq(&adapter->async_lock);
1647 spin_unlock_irq(&adapter->async_lock);
1674 spin_lock(&adapter->async_lock);
1676 spin_unlock(&adapter->async_lock);
H A Dcxgb2.c1017 spin_lock_init(&adapter->async_lock);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c86 spin_lock_init(&mcdi->async_lock);
475 spin_lock_bh(&mcdi->async_lock);
486 spin_unlock_bh(&mcdi->async_lock);
499 * context. Will take iface_lock and async_lock.
539 spin_lock(&mcdi->async_lock);
543 spin_unlock(&mcdi->async_lock);
1005 spin_lock_bh(&mcdi->async_lock);
1024 spin_unlock_bh(&mcdi->async_lock);
1160 * to walk it without holding async_lock. If we hold it while
H A Dmcdi.h57 * @async_lock: Serialises access to @async_list while event processing is
80 spinlock_t async_lock; member in struct:efx_mcdi_iface
/linux-master/fs/nfsd/
H A Dnfs4proc.c1306 spin_lock(&clp->async_lock);
1312 spin_unlock(&clp->async_lock);
1732 spin_lock(&copy->cp_clp->async_lock);
1735 spin_unlock(&copy->cp_clp->async_lock);
1854 spin_lock(&async_copy->cp_clp->async_lock);
1857 spin_unlock(&async_copy->cp_clp->async_lock);
1888 lockdep_assert_held(&clp->async_lock);
1903 spin_lock(&clp->async_lock);
1907 spin_unlock(&clp->async_lock);
2006 spin_lock(&clp->async_lock);
[all...]
H A Dstate.h448 spinlock_t async_lock; /* lock for async copies */ member in struct:nfs4_client
H A Dnfs4state.c2266 spin_lock_init(&clp->async_lock);
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c84 spin_lock_init(&mcdi->async_lock);
471 spin_lock_bh(&mcdi->async_lock);
482 spin_unlock_bh(&mcdi->async_lock);
495 * context. Will take iface_lock and async_lock.
535 spin_lock(&mcdi->async_lock);
539 spin_unlock(&mcdi->async_lock);
1001 spin_lock_bh(&mcdi->async_lock);
1020 spin_unlock_bh(&mcdi->async_lock);
1154 * to walk it without holding async_lock. If we hold it while
H A Dmcdi.h57 * @async_lock: Serialises access to @async_list while event processing is
80 spinlock_t async_lock; member in struct:efx_mcdi_iface

Completed in 193 milliseconds