Home
last modified time | relevance | path

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

/Linux-v5.15/fs/proc/
Dbootconfig.c36 xbc_for_each_key_value(leaf, val) { in copy_xbc_key_value_list()
/Linux-v5.15/include/linux/
Dbootconfig.h250 #define xbc_for_each_key_value(knode, value) \ macro
/Linux-v5.15/tools/bootconfig/
Dmain.c116 xbc_for_each_key_value(leaf, val) { in xbc_show_list()
/Linux-v5.15/
D.clang-format504 - 'xbc_for_each_key_value'
/Linux-v5.15/Documentation/admin-guide/
Dbootconfig.rst261 config, you can use xbc_for_each_key_value() to iterate key-value pairs.