Searched refs:cs_all (Results 1 – 3 of 3) sorted by relevance
235 struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all; in gcov_exit() local433 cs_all = &all.ctrs[t_ix]; in gcov_exit()458 if (!cs_all->runs && cs_prg->runs) in gcov_exit()459 memcpy (cs_all, cs_prg, sizeof (*cs_all)); in gcov_exit()461 && (!GCOV_LOCKED || cs_all->runs == cs_prg->runs) in gcov_exit()462 && memcmp (cs_all, cs_prg, sizeof (*cs_all))) in gcov_exit()
142 u_int32_t cs_all; member 152 * Assigned to cs_all to force cacheops to work for a particular pmap