Searched refs:POOL_TO_MARKER (Results 1 – 2 of 2) sorted by relevance
59 #define POOL_TO_MARKER(pp) (((uintptr_t)(pp) | 1)) macro156 na[0] = POOL_TO_MARKER(pp); in uu_avl_node_init()171 if (na[0] != POOL_TO_MARKER(pp) || na[1] != 0) { in uu_avl_node_fini()451 na[0] = POOL_TO_MARKER(pp); in uu_avl_remove()464 na[0] = POOL_TO_MARKER(pp); in uu_avl_teardown()506 if (na[0] != POOL_TO_MARKER(pp)) in uu_avl_insert()
58 #define POOL_TO_MARKER(pp) ((void *)((uintptr_t)(pp) | 1)) macro153 np->uln_next = POOL_TO_MARKER(pp); in uu_list_node_init()169 if (np->uln_next != POOL_TO_MARKER(pp) || in uu_list_node_fini()273 if (np->uln_next != POOL_TO_MARKER(lp->ul_pool) || in list_insert()578 np->uln_next = POOL_TO_MARKER(lp->ul_pool); in uu_list_remove()