Lines Matching defs:cs_count
8292 u_int cs_count;
8315 cs_count = 0;
8408 if (begin_set[cs_count] == TRUE
8409 && end_set[cs_count] == FALSE) {
8410 cs_table[cs_count].end = downloaded;
8411 end_set[cs_count] = TRUE;
8412 cs_count++;
8417 && begin_set[cs_count] == FALSE) {
8418 cs_table[cs_count].begin = downloaded;
8419 begin_set[cs_count] = TRUE;
8427 ahd->num_critical_sections = cs_count;
8428 if (cs_count != 0) {
8429 ahd->critical_sections = mallocarray(cs_count,
8433 cs_count *= sizeof(struct cs);
8435 memcpy(ahd->critical_sections, cs_table, cs_count);