Searched refs:async_lock (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | async.c | 65 static DEFINE_SPINLOCK(async_lock); 87 spin_lock_irqsave(&async_lock, flags); in lowest_in_progress() 102 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() 256 spin_lock_irq(&async_lock); in async_unregister_domain() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap.c | 828 spin_lock_init(&map->async_lock); in __regmap_init() 1716 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1722 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 1743 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1745 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 1764 spin_lock_irqsave(&map->async_lock, flags); in _regmap_raw_write_impl() 1766 spin_unlock_irqrestore(&map->async_lock, flags); in _regmap_raw_write_impl() 3119 spin_lock(&map->async_lock); in regmap_async_complete_cb() 3126 spin_unlock(&map->async_lock); in regmap_async_complete_cb() 3138 spin_lock_irqsave(&map->async_lock, flags); in regmap_async_is_done() [all …]
|
| H A D | internal.h | 70 spinlock_t async_lock; member
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4proc.c | 1118 spin_lock(©->cp_clp->async_lock); in check_and_set_stop_copy() 1122 spin_unlock(©->cp_clp->async_lock); in check_and_set_stop_copy() 1138 spin_lock(&clp->async_lock); in nfsd4_get_copy() 1144 spin_unlock(&clp->async_lock); in nfsd4_get_copy() 1457 spin_lock(©->cp_clp->async_lock); in cleanup_async_copy() 1459 spin_unlock(©->cp_clp->async_lock); in cleanup_async_copy() 1547 spin_lock(&async_copy->cp_clp->async_lock); in nfsd4_copy() 1550 spin_unlock(&async_copy->cp_clp->async_lock); in nfsd4_copy() 1572 spin_lock(&clp->async_lock); in find_async_copy() 1577 spin_unlock(&clp->async_lock); in find_async_copy() [all …]
|
| H A D | state.h | 382 spinlock_t async_lock; /* lock for async copies */ member
|
| H A D | nfs4state.c | 1982 spin_lock_init(&clp->async_lock); in alloc_client()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | mcdi.c | 85 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()
|
| H A D | mcdi.h | 80 spinlock_t async_lock; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | common.h | 259 spinlock_t async_lock ____cacheline_aligned;
|
| H A D | cxgb2.c | 930 spin_lock_irq(&adapter->async_lock); in ext_intr_task() 935 spin_unlock_irq(&adapter->async_lock); in ext_intr_task() 1062 spin_lock_init(&adapter->async_lock); in init_one()
|
| H A D | sge.c | 1644 spin_lock(&adapter->async_lock); in t1_interrupt() 1646 spin_unlock(&adapter->async_lock); in t1_interrupt()
|