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 unsigned int allocation = ALLOCATION_MIN; in mba_setup() local
54 if (allocation > ALLOCATION_MAX) in mba_setup()
57 sprintf(allocation_str, "%d", allocation); in mba_setup()
63 allocation += ALLOCATION_STEP; in mba_setup()
76 unsigned int allocation; in show_mba_info() local
82 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP; in show_mba_info()
83 allocation++) { in show_mba_info()
89 for (runs = NUM_OF_RUNS * allocation; in show_mba_info()
90 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
100 ALLOCATION_MIN + ALLOCATION_STEP * allocation); in show_mba_info()
111 ALLOCATION_MIN + ALLOCATION_STEP * allocation); in show_mba_info()