Searched refs:children_offset (Results 1 – 1 of 1) sorted by relevance
292 uint_least32_t children_offset = atomic_load_explicit(¤t->children, memory_order_relaxed); in find_property() local293 if (children_offset != 0) { in find_property()348 uint_least32_t children_offset = atomic_load_explicit(&trie->children, memory_order_relaxed); in foreach_property() local349 if (children_offset != 0) { in foreach_property()