Home
last modified time | relevance | path

Searched defs:RB_TAILQ_INSERT_BEFORE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/sys/
H A Drbtree.h125 #define RB_TAILQ_INSERT_BEFORE(a, b, c) TAILQ_INSERT_BEFORE(a, b, c) macro
134 #define RB_TAILQ_INSERT_BEFORE(a, b, c) do { } while (0) macro