Lines Matching refs:t_root
201 * p_refs[0].pptr == &t->t_root
251 t->t_root = NULL;
264 KASSERT(t->t_root == NULL);
278 return t->t_root == NULL;
295 return (entry_tagmask(t->t_root) & tagmask) == 0;
452 const unsigned int tagmask = entry_tagmask(t->t_root);
458 if ((root = t->t_root) == NULL) {
474 t->t_root = root;
517 vpp = &t->t_root;
531 KASSERT(vpp == &t->t_root);
625 KASSERT(t->t_root == NULL);
733 KASSERT(t->t_root == NULL);
792 KASSERT(&t->t_root == path_pptr(t, path, 0));
831 KASSERT(&t->t_root == path_pptr(t, path, 0));
875 KASSERT(vpp == &t->t_root);
1183 radix_tree_dump_node(t, t->t_root, 0, t->t_height);
1376 assert(entry_tagmask(t->t_root) != 0);
1378 assert(entry_tagmask(t->t_root) == 0);