Searched refs:UMA_PCPU_ALLOC_SIZE (Results 1 – 9 of 9) sorted by relevance
101 UMA_PCPU_ALLOC_SIZE * PCPU_GET(cpuid))); in counter_u64_fetch_cx8_one()123 UMA_PCPU_ALLOC_SIZE * i); in counter_u64_fetch_inline()157 p = (uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * PCPU_GET(cpuid)); in counter_u64_zero_one_cpu()169 *(uint64_t *)((char *)c + UMA_PCPU_ALLOC_SIZE * i) = 0; in counter_u64_zero_inline()
45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size");
48 return (atomic_load_64((uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * in counter_u64_read_one()69 atomic_store_64((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * in counter_u64_zero_one_cpu()
45 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu)); in counter_u64_read_one()65 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * in counter_u64_zero_one_cpu()
50 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu)); in counter_u64_read_one()71 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * in counter_u64_zero_one_cpu()
250 #define zpcpu_offset_cpu(cpu) ((uintptr_t)&__pcpu[0] + UMA_PCPU_ALLOC_SIZE * cpu)
222 #define UMA_PCPU_ALLOC_SIZE PAGE_SIZE macro236 #define zpcpu_offset_cpu(cpu) (UMA_PCPU_ALLOC_SIZE * cpu)
2100 (keg->uk_size <= UMA_PCPU_ALLOC_SIZE && in keg_layout()