Searched refs:async_lock (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/ |
| H A D | async.c | 66 static DEFINE_SPINLOCK(async_lock); 95 spin_lock_irqsave(&async_lock, flags); in lowest_in_progress() 110 spin_unlock_irqrestore(&async_lock, flags); in lowest_in_progress() 136 spin_lock_irqsave(&async_lock, flags); in async_run_entry_fn() 144 spin_unlock_irqrestore(&async_lock, flags); in async_run_entry_fn() 165 spin_lock_irqsave(&async_lock, flags); in __async_schedule_node_domain() 175 spin_unlock_irqrestore(&async_lock, flags); in __async_schedule_node_domain() 216 spin_lock_irqsave(&async_lock, flags); in async_schedule_node_domain() 218 spin_unlock_irqrestore(&async_lock, flags); in async_schedule_node_domain()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap.c | 819 spin_lock_init(&map->async_lock); in __regmap_init() 1717 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() 1744 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1746 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 1765 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1767 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 3336 spin_lock(&map->async_lock); in regmap_async_complete_cb() 3343 spin_unlock(&map->async_lock); in regmap_async_complete_cb() 3355 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 1440 spin_lock(&clp->async_lock); in nfsd4_has_active_async_copies() 1448 spin_unlock(&clp->async_lock); in nfsd4_has_active_async_copies() 1466 spin_lock(&clp->async_lock); in nfsd4_async_copy_reaper() 1476 spin_unlock(&clp->async_lock); in nfsd4_async_copy_reaper() 1522 spin_lock(&clp->async_lock); in nfsd4_unhash_copy() 1531 spin_unlock(&clp->async_lock); in nfsd4_unhash_copy() 1573 spin_lock(&clp->async_lock); in nfsd4_cancel_copy_by_sb() 1594 spin_unlock(&clp->async_lock); in nfsd4_cancel_copy_by_sb() 2032 spin_lock(©->cp_clp->async_lock); in cleanup_async_copy() 2035 spin_unlock(©->cp_clp->async_lock); in cleanup_async_copy() [all …]
|
| H A D | state.h | 522 spinlock_t async_lock; /* lock for async copies */ member
|
| H A D | nfs4state.c | 2386 spin_lock_init(&clp->async_lock); in alloc_client()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi.c | 86 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 D | mcdi.h | 80 spinlock_t async_lock; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi.c | 84 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 D | mcdi.h | 80 spinlock_t async_lock; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | sge.c | 1622 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 D | common.h | 249 spinlock_t async_lock ____cacheline_aligned;
|