Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dwaitq.h69 #define WQ_OPAQUE_ALIGN __BIGGEST_ALIGNMENT__ macro
76 #define WQ_OPAQUE_ALIGN 8
109 } __attribute__((aligned(WQ_OPAQUE_ALIGN)));
273 } __attribute__((aligned(WQ_OPAQUE_ALIGN)));
H A Dwaitq.c198 static_assert(__alignof(struct waitq) == WQ_OPAQUE_ALIGN, "waitq structure alignment mismatch");