Home
last modified time | relevance | path

Searched defs:zpcpu_offset_cpu (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dpcpu.h250 #define zpcpu_offset_cpu(cpu) ((uintptr_t)&__pcpu[0] + UMA_PCPU_ALLOC_SIZE * cpu) macro
/f-stack/freebsd/sys/
H A Dpcpu.h236 #define zpcpu_offset_cpu(cpu) (UMA_PCPU_ALLOC_SIZE * cpu) macro