HomeSort by: relevance | last modified time | path
    Searched defs:thmap_align (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_thmap.c 172 #define THMAP_ALIGN(p) ((uintptr_t)(p) & ~(uintptr_t)3)
177 #define THMAP_NODE(th, p) THMAP_GETPTR(th, THMAP_ALIGN(p))
215 union thmap_align { union
224 char data[] __aligned(sizeof(union thmap_align));

Completed in 11 milliseconds