Home
last modified time | relevance | path

Searched refs:xbc_node_for_each_key_value (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dbootconfig.h238 #define xbc_node_for_each_key_value(node, knode, value) \ macro
251 xbc_node_for_each_key_value(NULL, knode, value)
/Linux-v5.15/
D.clang-format507 - 'xbc_node_for_each_key_value'
/Linux-v5.15/kernel/trace/
Dtrace_boot.c379 xbc_node_for_each_key_value(node, knode, p) { in trace_boot_compose_hist_cmd()
/Linux-v5.15/init/
Dmain.c333 xbc_node_for_each_key_value(root, knode, val) { in xbc_snprint_cmdline()
/Linux-v5.15/Documentation/admin-guide/
Dbootconfig.rst274 keys under the prefix node with xbc_node_for_each_key_value().