Home | History | Annotate | Download | only in src

Lines Matching refs:prefetch_count

11840     uint32_t prefetch_count;
11890 prefetch_count = new_buffer_count;
11897 DEBUG_PRINT_LOW("prefetch_count: %d, prefetch_size : %d\n", prefetch_count, prefetch_size);
11908 size_t *sizes = (size_t*) malloc(sizeof(size_t) * prefetch_count);
11915 for (uint32_t i = 0; i < prefetch_count; i++) {
11919 regions[0].nr_sizes = prefetch_count;