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

/linux-master/drivers/target/
H A Dtarget_core_pr.c1479 struct pr_transport_id_holder *tidh_new, *tidh, *tidh_tmp; local
1492 tidh_new = kzalloc(sizeof(struct pr_transport_id_holder), GFP_KERNEL);
1493 if (!tidh_new) {
1494 pr_err("Unable to allocate tidh_new\n");
1497 INIT_LIST_HEAD(&tidh_new->dest_list);
1498 tidh_new->dest_tpg = tpg;
1499 tidh_new->dest_node_acl = se_sess->se_node_acl;
1506 kfree(tidh_new);
1511 kfree(tidh_new);
1518 tidh_new
[all...]

Completed in 245 milliseconds