Home | History | Annotate | Download | only in src

Lines Matching refs:prefetch_count

12290     uint32_t prefetch_count;
12335 prefetch_count = new_buffer_count;
12342 DEBUG_PRINT_LOW("prefetch_count: %d, prefetch_size : %d\n", prefetch_count, prefetch_size);
12353 size_t *sizes = (size_t*) malloc(sizeof(size_t) * prefetch_count);
12360 for (uint32_t i = 0; i < prefetch_count; i++) {
12364 regions[0].nr_sizes = prefetch_count;