Searched refs:c2c_he (Results 1 – 3 of 3) sorted by relevance
136 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()137 if (!c2c_he) in c2c_he_zalloc()141 if (!c2c_he->cpuset) in c2c_he_zalloc()145 if (!c2c_he->nodeset) in c2c_he_zalloc()148 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()156 return &c2c_he->he; in c2c_he_zalloc()164 if (c2c_he->hists) { in c2c_he_free()166 free(c2c_he->hists); in c2c_he_free()173 free(c2c_he); in c2c_he_free()195 if (c2c_he->hists) in he__get_c2c_hists()[all …]