Searched refs:NUM_REGIONS (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/usr/tests/devif/
H A Ddebug_test.c111 #define NUM_REGIONS 128 macro
118 struct capref regions[NUM_REGIONS];
119 regionid_t rids[NUM_REGIONS];
120 bool is_reg[NUM_REGIONS];
122 for (int i = 0; i < NUM_REGIONS; i++) {
134 idx = rand() % NUM_REGIONS;
152 for (int i = 0; i < NUM_REGIONS; i++) {
H A Dbench.c30 #define NUM_REGIONS 128 macro
120 struct capref regions[NUM_REGIONS];
121 regionid_t rids[NUM_REGIONS];
140 for (int i = 0; i < NUM_REGIONS; i++) {
153 idx = i % NUM_REGIONS;
178 for (int i = 0; i < NUM_REGIONS; i++) {

Completed in 34 milliseconds