Searched refs:to_prop_bt (Results 1 – 2 of 2) sorted by relevance
203 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() function in prop_area242 current = to_prop_bt(¤t->left); in find_prop_bt()258 current = to_prop_bt(¤t->right); in find_prop_bt()294 root = to_prop_bt(¤t->children); in find_property()339 const int err = foreach_property(to_prop_bt(&trie->left), propfn, cookie); in foreach_property()350 const int err = foreach_property(to_prop_bt(&trie->children), propfn, cookie); in foreach_property()355 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); in foreach_property()
151 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);