Searched refs:tmp_nexus (Results 1 – 1 of 1) sorted by relevance
2004 struct srpt_nexus *nexus = NULL, *tmp_nexus = NULL, *n; in srpt_get_nexus() local2015 if (!nexus && tmp_nexus) { in srpt_get_nexus()2016 list_add_tail_rcu(&tmp_nexus->entry, in srpt_get_nexus()2018 swap(nexus, tmp_nexus); in srpt_get_nexus()2024 tmp_nexus = kzalloc(sizeof(*nexus), GFP_KERNEL); in srpt_get_nexus()2025 if (!tmp_nexus) { in srpt_get_nexus()2029 INIT_LIST_HEAD(&tmp_nexus->ch_list); in srpt_get_nexus()2030 memcpy(tmp_nexus->i_port_id, i_port_id, 16); in srpt_get_nexus()2031 memcpy(tmp_nexus->t_port_id, t_port_id, 16); in srpt_get_nexus()2034 kfree(tmp_nexus); in srpt_get_nexus()