Lines Matching full:allocation
3 * Memory Bandwidth Allocation (MBA) test
23 * For each allocation, run 5 times in order to get average values.
27 static int runs_per_allocation, allocation = 100; in mba_setup() local
38 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX) in mba_setup()
41 sprintf(allocation_str, "%d", allocation); in mba_setup()
48 allocation -= ALLOCATION_STEP; in mba_setup()
55 int allocation, runs; in show_mba_info() local
60 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP; in show_mba_info()
61 allocation++) { in show_mba_info()
71 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
72 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
86 ALLOCATION_MAX - ALLOCATION_STEP * allocation); in show_mba_info()