Home
last modified time | relevance | path

Searched refs:XBC_NODE_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/
H A Dbootconfig.c147 return node->parent == XBC_NODE_MAX ? NULL : &xbc_nodes[node->parent]; in xbc_node_get_parent()
430 if (xbc_node_num == XBC_NODE_MAX) in xbc_add_node()
463 node->parent = XBC_NODE_MAX; in __xbc_add_sibling()
917 xbc_free_mem(xbc_nodes, sizeof(struct xbc_node) * XBC_NODE_MAX, early); in _xbc_exit()
966 xbc_nodes = xbc_alloc_mem(sizeof(struct xbc_node) * XBC_NODE_MAX); in xbc_init()
973 memset(xbc_nodes, 0, sizeof(struct xbc_node) * XBC_NODE_MAX); in xbc_init()
/openbmc/linux/include/linux/
H A Dbootconfig.h62 #define XBC_NODE_MAX 8192 macro