HomeSort by: relevance | last modified time | path
    Searched refs:num_critical_sections (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic79xxvar.h 1168 u_int num_critical_sections; member in struct:ahd_softc
aic7xxxvar.h 1123 u_int num_critical_sections; member in struct:ahc_softc
aic7xxx.c 1418 if (ahc->num_critical_sections == 0)
1441 for (i = 0; i < ahc->num_critical_sections; i++, cs++) {
1447 if (i == ahc->num_critical_sections)
6281 struct cs cs_table[NUM_CRITICAL_SECTIONS];
6282 u_int begin_set[NUM_CRITICAL_SECTIONS];
6283 u_int end_set[NUM_CRITICAL_SECTIONS];
6335 for (; cur_cs < NUM_CRITICAL_SECTIONS; cur_cs++) {
6356 ahc->num_critical_sections = cs_count;
aic79xx.c 2486 if (ahd->num_critical_sections == 0)
2510 for (i = 0; i < ahd->num_critical_sections; i++, cs++) {
2516 if (i == ahd->num_critical_sections)
8258 struct cs cs_table[NUM_CRITICAL_SECTIONS];
8259 u_int begin_set[NUM_CRITICAL_SECTIONS];
8260 u_int end_set[NUM_CRITICAL_SECTIONS];
8372 for (; cur_cs < num_critical_sections; cur_cs++) {
8393 ahd->num_critical_sections = cs_count;
  /src/sys/dev/microcode/aic7xxx/
aic79xx_seq.h 1138 #define NUM_CRITICAL_SECTIONS \
1140 static const int num_critical_sections = NUM_CRITICAL_SECTIONS; variable in typeref:typename:const int
aic7xxx_seq.h 1316 #define NUM_CRITICAL_SECTIONS \
1318 static const int num_critical_sections = NUM_CRITICAL_SECTIONS; variable in typeref:typename:const int

Completed in 185 milliseconds