Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Darb.h112 #define ARB_SELFIDX(head, elm) \ macro
130 parent ? ARB_SELFIDX(head, parent) : ARB_NULLIDX; \
151 ARB_SELFIDX(head, elm); \
156 if (ARB_SELFIDX(head, elm) == \
165 ARB_LEFTIDX(tmp, field) = ARB_SELFIDX(head, elm); \
179 ARB_SELFIDX(head, elm); \
184 if (ARB_SELFIDX(head, elm) == \
193 ARB_RIGHTIDX(tmp, field) = ARB_SELFIDX(head, elm); \
204 ARB_FREEIDX(head) = ARB_SELFIDX(head, elm); \
455 ARB_SELFIDX(head, parent); \
[all …]
/freebsd/sys/kern/
H A Dsubr_stats.c1725 ARB_SELFIDX(ctd32tree, ctd32) :
1726 ARB_SELFIDX(ctd64tree, ctd64));
1757 ARB_SELFIDX(ctd32tree, ctd32) + 1) :
1761 ARB_SELFIDX(ctd64tree, ctd64) + 1) :
3032 ARB_FREEIDX(ctd32tree) == ARB_SELFIDX(ctd32tree, ctd32) :
3033 ARB_FREEIDX(ctd64tree) == ARB_SELFIDX(ctd64tree, ctd64)),
3398 ARB_SELFIDX(ctd64tree, RB_LEFT(rbctd64, rblnk))
3400 ARB_SELFIDX(ctd64tree, RB_RIGHT(rbctd64, rblnk))
3402 ARB_SELFIDX(ctd64tree,
3407 (int)ARB_SELFIDX(ctd64tree, ctd64),
[all …]