Home
last modified time | relevance | path

Searched refs:zpcpu_base_to_offset (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dpcpu.h242 #ifndef zpcpu_base_to_offset
243 #define zpcpu_base_to_offset(base) (base) macro
/f-stack/freebsd/amd64/include/
H A Dpcpu.h251 #define zpcpu_base_to_offset(base) (void *)((uintptr_t)(base) - (uintptr_t)&__pcpu[0]) macro
/f-stack/freebsd/vm/
H A Duma_core.c3200 pcpu_item = zpcpu_base_to_offset(item); in uma_zalloc_pcpu_arg()