NUM_CRITICAL_SECTIONS
struct cs cs_table[NUM_CRITICAL_SECTIONS];
u_int begin_set[NUM_CRITICAL_SECTIONS];
u_int end_set[NUM_CRITICAL_SECTIONS];
for (; cur_cs < NUM_CRITICAL_SECTIONS; cur_cs++) {
struct cs cs_table[NUM_CRITICAL_SECTIONS];
u_int begin_set[NUM_CRITICAL_SECTIONS];
u_int end_set[NUM_CRITICAL_SECTIONS];
for (; cur_cs < NUM_CRITICAL_SECTIONS; cur_cs++) {