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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h251 cvmx_tim_entry_chunk_t *new_chunk = (cvmx_tim_entry_chunk_t *)cvmx_fpa_alloc(CVMX_FPA_TIMER_POOL); local
252 if (new_chunk == NULL)
264 work_bucket_ptr->last_chunk->entries[entries_per_chunk] = cvmx_ptr_to_phys(new_chunk);
270 work_bucket_ptr->first_chunk_addr = cvmx_ptr_to_phys(new_chunk);
273 work_bucket_ptr->last_chunk = new_chunk;
275 tim_entry_ptr = &(new_chunk->entries[0]);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c717 uint16_t new_chunk; local
718 uint16_t *nchunkp = &new_chunk;
739 return (new_chunk);

Completed in 182 milliseconds