Searched refs:rand_node (Results 1 – 2 of 2) sorted by relevance
45 static struct rand_node *rand_root;46 static struct rand_node *rand_tail;48 static struct rand_node *51 struct rand_node *n; in rand_node_allocate()53 n = (struct rand_node *)malloc(sizeof(struct rand_node)); in rand_node_allocate()64 rand_node_free(struct rand_node *n) in rand_node_free()75 rand_node_free_rec(struct rand_node *n) in rand_node_free_rec()86 rand_node_append(struct rand_node *n) in rand_node_append()102 struct rand_node *n, *prev; in randomize_fd()
37 struct rand_node { struct40 struct rand_node *next; argument