Searched refs:se_tmr_lock (Results 1 – 4 of 4) sorted by relevance
190 spin_lock_irqsave(&dev->se_tmr_lock, flags); in core_tmr_drain_tmr_list()232 spin_unlock_irqrestore(&dev->se_tmr_lock, flags); in core_tmr_drain_tmr_list()
721 spin_lock_irqsave(&dev->se_tmr_lock, flags); in target_remove_from_tmr_list()724 spin_unlock_irqrestore(&dev->se_tmr_lock, flags); in target_remove_from_tmr_list()3630 spin_lock_irqsave(&cmd->se_dev->se_tmr_lock, flags); in transport_generic_handle_tmr()3632 spin_unlock_irqrestore(&cmd->se_dev->se_tmr_lock, flags); in transport_generic_handle_tmr()
724 spin_lock_init(&dev->se_tmr_lock); in target_alloc_device()
829 spinlock_t se_tmr_lock; member