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

/linux-master/lib/
H A Dbootconfig.c128 * xbc_node_index() - Get the index of XBC node
133 int __init xbc_node_index(struct xbc_node *node) function
307 keys[depth++] = xbc_node_index(node);
465 sib->next = xbc_node_index(node);
467 node->parent = xbc_node_index(last_parent);
470 last_parent->child = xbc_node_index(node);
474 sib->next = xbc_node_index(node);
537 open_brace[brace_index++] = xbc_node_index(last_parent);
548 (open_brace[brace_index] != xbc_node_index(last_parent)))
/linux-master/include/linux/
H A Dbootconfig.h69 int __init xbc_node_index(struct xbc_node *node);

Completed in 114 milliseconds