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

  /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
  /src/sys/dev/ic/
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;

Completed in 56 milliseconds