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

/linux-master/drivers/target/
H A Dtarget_core_pr.c1472 struct se_portal_group *dest_tpg = NULL, *tmp_tpg; local
1563 tmp_tpg = tmp_lun->lun_tpg;
1569 if (tmp_tpg->proto_id != proto_ident)
1574 i_str = target_parse_pr_out_transport_id(tmp_tpg,
1593 atomic_inc_mb(&tmp_tpg->tpg_pr_ref_count);
1596 if (core_scsi3_tpg_depend_item(tmp_tpg)) {
1598 " for tmp_tpg\n");
1599 atomic_dec_mb(&tmp_tpg->tpg_pr_ref_count);
1608 mutex_lock(&tmp_tpg->acl_node_mutex);
1610 tmp_tpg, i_st
[all...]

Completed in 105 milliseconds