Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Darb.h45 #define ARB_HEAD(name, type, idxbits) \ argument
47 int##idxbits##_t arb_curnodes; \
48 int##idxbits##_t arb_maxnodes; \
49 int##idxbits##_t arb_root_idx; \
50 int##idxbits##_t arb_free_idx; \
51 int##idxbits##_t arb_min_idx; \
52 int##idxbits##_t arb_max_idx; \
75 #define ARB_ENTRY(idxbits) \ argument
77 int##idxbits##_t arbe_parent_idx; \
78 int##idxbits##_t arbe_left_idx; \
[all …]