Searched refs:work_bucket_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h207 cvmx_tim_bucket_entry_t* work_bucket_ptr; local
235 work_bucket_ptr = cvmx_tim.bucket + core_num * cvmx_tim.num_buckets + (work_bucket & (cvmx_tim.num_buckets - 1));
239 if (work_bucket_ptr->chunk_remainder)
242 tim_entry_ptr = &(work_bucket_ptr->last_chunk->entries[entries_per_chunk - work_bucket_ptr->chunk_remainder]);
244 work_bucket_ptr->chunk_remainder--;
245 work_bucket_ptr->num_entries++;
260 if (work_bucket_ptr->num_entries)
264 work_bucket_ptr->last_chunk->entries[entries_per_chunk] = cvmx_ptr_to_phys(new_chunk);
265 work_bucket_ptr
[all...]

Completed in 173 milliseconds