Searched refs:link_pool (Results 1 – 1 of 1) sorted by relevance
302 struct link *link_pool; member399 if (t->link_pool) in teardown_torus()400 free(t->link_pool); in teardown_torus()1408 return &t->link_pool[t->link_cnt++]; in alloc_tlink()7275 t->link_pool = calloc(1, t->link_pool_sz * sizeof(*t->link_pool)); in build_torus()7276 if (!t->link_pool) { in build_torus()