Searched refs:cs_table (Results 1 – 2 of 2) sorted by relevance
6851 struct cs cs_table[num_critical_sections]; in ahc_loadseq() local6922 cs_table[cs_count].end = downloaded; in ahc_loadseq()6930 cs_table[cs_count].begin = downloaded; in ahc_loadseq()6946 memcpy(ahc->critical_sections, cs_table, cs_count); in ahc_loadseq()
9354 struct cs cs_table[num_critical_sections]; in ahd_loadseq() local9476 cs_table[cs_count].end = downloaded; in ahd_loadseq()9484 cs_table[cs_count].begin = downloaded; in ahd_loadseq()9500 memcpy(ahd->critical_sections, cs_table, cs_count); in ahd_loadseq()