Home
last modified time | relevance | path

Searched refs:WQ_OPAQUE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dwaitq.h99 #define WQ_OPAQUE_ALIGN __BIGGEST_ALIGNMENT__ macro
106 #define WQ_OPAQUE_ALIGN 8 macro
139 } __attribute__((aligned(WQ_OPAQUE_ALIGN)));
303 } __attribute__((aligned(WQ_OPAQUE_ALIGN)));
H A Dwaitq.c198 static_assert(__alignof(struct waitq) == WQ_OPAQUE_ALIGN, "waitq structure alignment mismatch");