Searched defs:art_table (Results 1 – 1 of 1) sorted by relevance
54 struct art_table { struct55 struct art_table *at_parent; /* Parent table */ argument56 uint32_t at_index; /* Index in the parent table */57 uint32_t at_minfringe; /* Index that fringe begins */58 uint32_t at_level; /* Level of the table */59 uint8_t at_bits; /* Stride length of the table */60 uint8_t at_offset; /* Sum of parents' stride len */67 union {70 } *at_heap; /* Array of 2^(slen+1) items */