Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dbootconfig.c144 return node->parent == XBC_NODE_MAX ? NULL : &xbc_nodes[node->parent]; in xbc_node_get_parent()
427 if (xbc_node_num == XBC_NODE_MAX) in xbc_add_node()
460 node->parent = XBC_NODE_MAX; in __xbc_add_sibling()
913 xbc_free_mem(xbc_nodes, sizeof(struct xbc_node) * XBC_NODE_MAX); in xbc_exit()
962 xbc_nodes = xbc_alloc_mem(sizeof(struct xbc_node) * XBC_NODE_MAX); in xbc_init()
969 memset(xbc_nodes, 0, sizeof(struct xbc_node) * XBC_NODE_MAX); in xbc_init()
/Linux-v6.6/include/linux/
Dbootconfig.h62 #define XBC_NODE_MAX 8192 macro