tidh_new         1503 drivers/target/target_core_pr.c 	struct pr_transport_id_holder *tidh_new, *tidh, *tidh_tmp;
tidh_new         1516 drivers/target/target_core_pr.c 	tidh_new = kzalloc(sizeof(struct pr_transport_id_holder), GFP_KERNEL);
tidh_new         1517 drivers/target/target_core_pr.c 	if (!tidh_new) {
tidh_new         1521 drivers/target/target_core_pr.c 	INIT_LIST_HEAD(&tidh_new->dest_list);
tidh_new         1522 drivers/target/target_core_pr.c 	tidh_new->dest_tpg = tpg;
tidh_new         1523 drivers/target/target_core_pr.c 	tidh_new->dest_node_acl = se_sess->se_node_acl;
tidh_new         1530 drivers/target/target_core_pr.c 		kfree(tidh_new);
tidh_new         1533 drivers/target/target_core_pr.c 	tidh_new->dest_pr_reg = local_pr_reg;
tidh_new         1539 drivers/target/target_core_pr.c 	tidh_new->dest_se_deve = NULL;
tidh_new         1540 drivers/target/target_core_pr.c 	list_add_tail(&tidh_new->dest_list, &tid_dest_list);
tidh_new         1722 drivers/target/target_core_pr.c 		tidh_new = kzalloc(sizeof(struct pr_transport_id_holder),
tidh_new         1724 drivers/target/target_core_pr.c 		if (!tidh_new) {
tidh_new         1732 drivers/target/target_core_pr.c 		INIT_LIST_HEAD(&tidh_new->dest_list);
tidh_new         1733 drivers/target/target_core_pr.c 		tidh_new->dest_tpg = dest_tpg;
tidh_new         1734 drivers/target/target_core_pr.c 		tidh_new->dest_node_acl = dest_node_acl;
tidh_new         1735 drivers/target/target_core_pr.c 		tidh_new->dest_se_deve = dest_se_deve;
tidh_new         1764 drivers/target/target_core_pr.c 			kfree(tidh_new);
tidh_new         1768 drivers/target/target_core_pr.c 		tidh_new->dest_pr_reg = dest_pr_reg;
tidh_new         1769 drivers/target/target_core_pr.c 		list_add_tail(&tidh_new->dest_list, &tid_dest_list);