HomeSort by: relevance | last modified time | path
    Searched refs:rpst_insert_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
rpst.h 61 struct rpst_node *rpst_insert_node(struct rpst_tree *, struct rpst_node *);
  /src/common/lib/libc/gen/
rpst.c 176 * rpst_insert_node1: a helper for rpst_insert_node.
223 * rpst_insert_node: insert a node into the tree.
231 rpst_insert_node(struct rpst_tree *t, struct rpst_node *n) function in typeref:struct:rpst_node *
664 o = rpst_insert_node(&t, &n->n);

Completed in 11 milliseconds