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

/linux-master/drivers/target/
H A Dtarget_core_pr.c705 struct se_lun *lun_tmp, *next, *dest_lun; local
728 list_for_each_entry_safe(lun_tmp, next, &dev->dev_sep_list, lun_dev_link) {
729 if (!percpu_ref_tryget_live(&lun_tmp->lun_ref))
733 spin_lock(&lun_tmp->lun_deve_lock);
734 list_for_each_entry(deve_tmp, &lun_tmp->lun_deve_list, lun_link) {
765 spin_unlock(&lun_tmp->lun_deve_lock);
776 percpu_ref_put(&lun_tmp->lun_ref);
794 percpu_ref_put(&lun_tmp->lun_ref);
801 spin_lock(&lun_tmp->lun_deve_lock);
803 spin_unlock(&lun_tmp
[all...]

Completed in 113 milliseconds