Home
last modified time | relevance | path

Searched refs:se_tmr_lock (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_tmr.c73 spin_lock_irqsave(&dev->se_tmr_lock, flags); in core_tmr_release_req()
75 spin_unlock_irqrestore(&dev->se_tmr_lock, flags); in core_tmr_release_req()
224 spin_lock_irqsave(&dev->se_tmr_lock, flags); in core_tmr_drain_tmr_list()
280 spin_unlock_irqrestore(&dev->se_tmr_lock, flags); in core_tmr_drain_tmr_list()
Dtarget_core_device.c181 spin_lock_irqsave(&se_tmr->tmr_dev->se_tmr_lock, flags); in transport_lookup_tmr_lun()
183 spin_unlock_irqrestore(&se_tmr->tmr_dev->se_tmr_lock, flags); in transport_lookup_tmr_lun()
1496 spin_lock_init(&dev->se_tmr_lock); in target_alloc_device()
/linux-4.1.27/include/target/
Dtarget_core_base.h784 spinlock_t se_tmr_lock; member