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

/freebsd-12-stable/sys/amd64/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size"); variable
H A Dcounter.h46 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
66 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/riscv/include/
H A Dcounter.h47 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
68 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/sparc64/include/
H A Dcounter.h50 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
71 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/mips/include/
H A Dcounter.h50 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
71 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/arm/include/
H A Dcounter.h48 return (atomic_load_64((uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE *
69 atomic_store_64((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/arm64/include/
H A Dcounter.h45 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
65 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/powerpc/include/
H A Dcounter.h51 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
71 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
114 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
135 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-12-stable/sys/i386/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size"); variable
H A Dcounter.h101 UMA_PCPU_ALLOC_SIZE * PCPU_GET(cpuid)));
123 UMA_PCPU_ALLOC_SIZE * i);
157 p = (uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * PCPU_GET(cpuid));
169 *(uint64_t *)((char *)c + UMA_PCPU_ALLOC_SIZE * i) = 0;
/freebsd-12-stable/sys/sys/
H A Dpcpu.h218 #define UMA_PCPU_ALLOC_SIZE PAGE_SIZE macro
232 return ((char *)(base) + UMA_PCPU_ALLOC_SIZE * curcpu);
239 return ((char *)(base) + UMA_PCPU_ALLOC_SIZE * cpu);
/freebsd-12-stable/sys/vm/
H A Duma_core.c1443 slabsize = UMA_PCPU_ALLOC_SIZE;
1463 keg->uk_rsize < UMA_PCPU_ALLOC_SIZE,

Completed in 183 milliseconds