Home
last modified time | relevance | path

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

/linux/lib/
H A Dbootconfig.c53 static int open_brace[XBC_DEPTH_MAX] __initdata;
295 uint16_t keys[XBC_DEPTH_MAX]; in xbc_node_compose_key_after()
306 if (depth == XBC_DEPTH_MAX) in xbc_node_compose_key_after()
536 if (brace_index >= XBC_DEPTH_MAX) in __xbc_open_brace()
828 if (depth > XBC_DEPTH_MAX) in xbc_verify_tree()
/linux/include/linux/
H A Dbootconfig.h65 #define XBC_DEPTH_MAX 16 macro