Searched refs:bucket_ptr (Results 1 – 1 of 1) sorted by relevance
289 … cvmx_tim_bucket_entry_t *bucket_ptr = cvmx_tim.bucket + timer_id * cvmx_tim.num_buckets + bucket; in cvmx_tim_shutdown() local290 … CVMX_PREFETCH128(CAST64(bucket_ptr)); /* prefetch the next cacheline for future buckets */ in cvmx_tim_shutdown()293 chunk_addr = bucket_ptr->first_chunk_addr; in cvmx_tim_shutdown()294 while (bucket_ptr->num_entries) in cvmx_tim_shutdown()304 if (bucket_ptr->num_entries > entries_per_chunk) in cvmx_tim_shutdown()305 bucket_ptr->num_entries -= entries_per_chunk; in cvmx_tim_shutdown()307 bucket_ptr->num_entries = 0; in cvmx_tim_shutdown()