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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_fork.c43 int ncpus = cp->cache_cpu_mask + 1;
56 int ncpus = cp->cache_cpu_mask + 1;
H A Dumem_impl.h290 uint32_t cache_cpu_mask; /* mask for cpu offset */ member in struct:umem_cache
322 umem_cpu_cache_t cache_cpu[1]; /* cache_cpu_mask + 1 entries */
H A Dumem.c135 * * Since umem_null_cache has a 1-element cache_cpu, it's cache_cpu_mask
136 * is always zero. umem_cache_alloc uses cp->cache_cpu_mask to
149 * with either umem_cpu_mask or cp->cache_cpu_mask to find the actual "cpu" id.
1647 ccp = UMEM_CPU_CACHE(cp, CPU(cp->cache_cpu_mask));
1759 umem_cpu_cache_t *ccp = UMEM_CPU_CACHE(cp, CPU(cp->cache_cpu_mask));
2523 cp->cache_cpu_mask = umem_cpu_mask;

Completed in 22 milliseconds