Searched refs:init_child (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-btree-remove.c161 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, function
288 r = init_child(info, vt, parent, left_index, &left);
292 r = init_child(info, vt, parent, left_index + 1, &right);
456 r = init_child(info, vt, parent, left_index, &left);
460 r = init_child(info, vt, parent, left_index + 1, &center);
466 r = init_child(info, vt, parent, left_index + 2, &right);
/linux-master/tools/testing/selftests/net/
H A Dipsec.c481 static int init_child(int nsfd, char *veth, unsigned int src, unsigned int dst) function
1960 if (init_child(nsfd_childa, veth, child_ip(nr), grchild_ip(nr)))
1963 if (init_child(nsfd_childb, veth, grchild_ip(nr), child_ip(nr)))

Completed in 155 milliseconds