Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_pr.c3154 struct se_portal_group *se_tpg, *dest_se_tpg = NULL; in core_scsi3_emulate_pro_register_and_move() local
3237 dest_se_tpg = tmp_lun->lun_tpg; in core_scsi3_emulate_pro_register_and_move()
3238 dest_tf_ops = dest_se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move()
3242 atomic_inc_mb(&dest_se_tpg->tpg_pr_ref_count); in core_scsi3_emulate_pro_register_and_move()
3245 if (core_scsi3_tpg_depend_item(dest_se_tpg)) { in core_scsi3_emulate_pro_register_and_move()
3247 " for dest_se_tpg\n"); in core_scsi3_emulate_pro_register_and_move()
3248 atomic_dec_mb(&dest_se_tpg->tpg_pr_ref_count); in core_scsi3_emulate_pro_register_and_move()
3258 if (!dest_se_tpg || !dest_tf_ops) { in core_scsi3_emulate_pro_register_and_move()
3276 if (proto_ident != dest_se_tpg->proto_id) { in core_scsi3_emulate_pro_register_and_move()
3280 dest_se_tpg in core_scsi3_emulate_pro_register_and_move()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_pr.c3148 struct se_portal_group *se_tpg, *dest_se_tpg = NULL; in core_scsi3_emulate_pro_register_and_move() local
3230 dest_se_tpg = tmp_lun->lun_tpg; in core_scsi3_emulate_pro_register_and_move()
3231 dest_tf_ops = dest_se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move()
3235 atomic_inc_mb(&dest_se_tpg->tpg_pr_ref_count); in core_scsi3_emulate_pro_register_and_move()
3238 if (core_scsi3_tpg_depend_item(dest_se_tpg)) { in core_scsi3_emulate_pro_register_and_move()
3240 " for dest_se_tpg\n"); in core_scsi3_emulate_pro_register_and_move()
3241 atomic_dec_mb(&dest_se_tpg->tpg_pr_ref_count); in core_scsi3_emulate_pro_register_and_move()
3251 if (!dest_se_tpg || !dest_tf_ops) { in core_scsi3_emulate_pro_register_and_move()
3269 if (proto_ident != dest_se_tpg->proto_id) { in core_scsi3_emulate_pro_register_and_move()
3273 dest_se_tpg in core_scsi3_emulate_pro_register_and_move()
[all...]

Completed in 8 milliseconds