Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor_mm.c73 tmp2 = RB_INSERT(mmtree, head, tmp); in RB_GENERATE()
226 if (RB_INSERT(mmtree, &mm->rb_free, mms) != NULL) in mm_free()
301 RB_INSERT(mmtree, newtree, new); in mm_sync_list()
/external/openssh/openbsd-compat/
Dsys-tree.h667 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) macro
/external/qemu/
Dsys-tree.h732 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) macro