Searched refs:RB_INSERT (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | monitor_mm.c | 73 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/ |
D | sys-tree.h | 667 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) macro
|
/external/qemu/ |
D | sys-tree.h | 732 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) macro
|