Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dwaitq.h103 #define WQ_OPAQUE_ALIGN __BIGGEST_ALIGNMENT__ macro
110 #define WQ_OPAQUE_ALIGN 8 macro
143 } __attribute__((aligned(WQ_OPAQUE_ALIGN)));
307 } __attribute__((aligned(WQ_OPAQUE_ALIGN)));
H A Dwaitq.c198 static_assert(__alignof(struct waitq) == WQ_OPAQUE_ALIGN, "waitq structure alignment mismatch");