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

/linux-master/include/linux/
H A Dbootconfig.h131 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root,
/linux-master/lib/
H A Dbootconfig.c334 * xbc_node_find_next_leaf() - Find the next leaf node under given node
342 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root, function
401 *leaf = xbc_node_find_next_leaf(root, *leaf);

Completed in 111 milliseconds