Searched refs:r_node (Results 1 – 1 of 1) sorted by relevance
48 struct r_node { struct50 struct r_node *left; argument51 struct r_node *right; argument56 struct r_node *root; argument80 struct r_node *cur, in _lookup()81 struct r_node *cand, in _lookup()106 struct r_node **cur, in _add()112 struct r_node *new; in _add()115 new = fwk_mm_calloc(1, sizeof(struct r_node)); in _add()119 memset(new, 0, sizeof(struct r_node)); in _add()
Completed in 5 milliseconds