Searched refs:sc_ekeys_tree (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key_cache.c117 ekey = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
124 RB_INSERT(g_eli_key_tree, &sc->sc_ekeys_tree, key);
154 RB_REMOVE(g_eli_key_tree, &sc->sc_ekeys_tree, key);
161 RB_INSERT(g_eli_key_tree, &sc->sc_ekeys_tree, key);
173 RB_REMOVE(g_eli_key_tree, &sc->sc_ekeys_tree, key);
219 RB_INIT(&sc->sc_ekeys_tree);
248 RB_INIT(&sc->sc_ekeys_tree);
278 key = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
286 key = RB_FIND(g_eli_key_tree, &sc->sc_ekeys_tree, &keysearch);
H A Dg_eli.h194 RB_HEAD(g_eli_key_tree, g_eli_key) sc_ekeys_tree; member in struct:g_eli_softc

Completed in 117 milliseconds