Searched refs:critical_sections (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daic79xx_seq.h1173 } critical_sections[] = { variable in typeref:struct:cs
1190 #define NUM_CRITICAL_SECTIONS (sizeof(critical_sections) / sizeof(*critical_sections))
H A Daic7xxx_seq.h1298 } critical_sections[] = { variable in typeref:struct:cs
1310 #define NUM_CRITICAL_SECTIONS (sizeof(critical_sections) / sizeof(*critical_sections))
/openbsd-current/sys/dev/ic/
H A Daic79xx.h1160 struct cs *critical_sections; member in struct:ahd_softc
H A Daic7xxxvar.h1035 struct cs *critical_sections; member in struct:ahc_softc
H A Daic7xxx.c1479 cs = ahc->critical_sections;
6168 if (critical_sections[cur_cs].end <= i) {
6177 if (critical_sections[cur_cs].begin <= i
6190 ahc->critical_sections = mallocarray(cs_count,
6192 if (ahc->critical_sections == NULL)
6196 memcpy(ahc->critical_sections, cs_table, cs_count);
H A Daic79xx.c2602 cs = ahd->critical_sections;
8407 if (critical_sections[cur_cs].end <= i) {
8416 if (critical_sections[cur_cs].begin <= i
8429 ahd->critical_sections = mallocarray(cs_count,
8431 if (ahd->critical_sections == NULL)
8435 memcpy(ahd->critical_sections, cs_table, cs_count);

Completed in 217 milliseconds