Lines Matching full:allocation
3 * Memory Bandwidth Allocation (MBA) test
36 * For each allocation, run 5 times in order to get average values.
42 static int runs_per_allocation, allocation = 100; in mba_setup() local
53 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX) in mba_setup()
56 sprintf(allocation_str, "%d", allocation); in mba_setup()
62 allocation -= ALLOCATION_STEP; in mba_setup()
75 int allocation, runs; in show_mba_info() local
80 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP; in show_mba_info()
81 allocation++) { in show_mba_info()
91 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
92 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
106 ALLOCATION_MAX - ALLOCATION_STEP * allocation); in show_mba_info()