Searched defs:POOL_TO_MARKER (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libuutil/ | ||
H A D | uu_avl.c | 61 #define POOL_TO_MARKER(pp) (((uintptr_t)(pp) | 1)) macro |
H A D | uu_list.c | 57 #define POOL_TO_MARKER(pp) ((void *)((uintptr_t)(pp) | 1)) macro |