HomeSort by: relevance | last modified time | path
    Searched refs:t_height (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
rpst.h 40 unsigned int t_height; member in struct:rpst_tree
radixtree.h 34 unsigned int t_height; member in struct:radix_tree
  /src/common/lib/libc/gen/
radixtree.c 60 * root (t_height=1)
71 * root (t_height=3)
85 * The height of tree (t_height) is dynamic. It's smaller if only small
89 * case, t_height=0.
206 * p_refs[t->t_height].pptr == &leaf_pointer
227 KASSERT(height <= t->t_height);
236 KASSERT(height <= t->t_height);
250 t->t_height = 0;
265 KASSERT(t->t_height == 0);
459 t->t_height = newheight
    [all...]
rpst.c 75 t->t_height = 0;
114 if (t->t_height < level) {
117 mask = UINT64_C(1) << (t->t_height - level);
132 KASSERT((mask | (mask - 1)) == rpst_height2max(t->t_height));
160 while (idx > rpst_height2max(t->t_height)) {
171 t->t_height++;
386 if (rpst_height2max(t->t_height) < min_x) {
540 printf("pst %p height=%u\n", (const void *)t, t->t_height);

Completed in 13 milliseconds