Home
last modified time | relevance | path

Searched refs:UMA_PCPU_ALLOC_SIZE (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dcounter.h101 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()
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size");
/f-stack/freebsd/arm/include/
H A Dcounter.h48 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()
/f-stack/freebsd/arm64/include/
H A Dcounter.h45 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()
/f-stack/freebsd/mips/include/
H A Dcounter.h50 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()
/f-stack/freebsd/amd64/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size");
H A Dpcpu.h250 #define zpcpu_offset_cpu(cpu) ((uintptr_t)&__pcpu[0] + UMA_PCPU_ALLOC_SIZE * cpu)
/f-stack/freebsd/sys/
H A Dpcpu.h222 #define UMA_PCPU_ALLOC_SIZE PAGE_SIZE macro
236 #define zpcpu_offset_cpu(cpu) (UMA_PCPU_ALLOC_SIZE * cpu)
/f-stack/freebsd/vm/
H A Duma_core.c2100 (keg->uk_size <= UMA_PCPU_ALLOC_SIZE && in keg_layout()