Searched defs:UMA_PCPU_ALLOC_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/amd64/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size"); variable
/freebsd-13-stable/sys/i386/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size"); variable
/freebsd-13-stable/sys/sys/
H A Dpcpu.h222 #define UMA_PCPU_ALLOC_SIZE PAGE_SIZE macro

Completed in 109 milliseconds