Searched refs:c2c_he (Results 1 – 1 of 1) sorted by relevance
136 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() local138 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()139 if (!c2c_he) in c2c_he_zalloc()142 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt); in c2c_he_zalloc()143 if (!c2c_he->cpuset) in c2c_he_zalloc()146 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt); in c2c_he_zalloc()147 if (!c2c_he->nodeset) in c2c_he_zalloc()150 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()151 if (!c2c_he->node_stats) in c2c_he_zalloc()154 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()[all …]