Home
last modified time | relevance | path

Searched refs:idxbits (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Darb.h47 #define ARB_HEAD(name, type, idxbits) \ argument
49 int##idxbits##_t arb_curnodes; \
50 int##idxbits##_t arb_maxnodes; \
51 int##idxbits##_t arb_root_idx; \
52 int##idxbits##_t arb_free_idx; \
53 int##idxbits##_t arb_min_idx; \
54 int##idxbits##_t arb_max_idx; \
77 #define ARB_ENTRY(idxbits) \ argument
79 int##idxbits##_t arbe_parent_idx; \
80 int##idxbits##_t arbe_left_idx; \
[all …]