Searched refs:xbc_node_find_subkey (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_boot.c | 265 knode = xbc_node_find_subkey(hnode, "trace"); in trace_boot_hist_add_one_handler() 267 knode = xbc_node_find_subkey(hnode, "save"); in trace_boot_hist_add_one_handler() 286 } else if (xbc_node_find_subkey(hnode, "snapshot")) { in trace_boot_hist_add_one_handler() 317 if (xbc_node_find_subkey(hnode, param)) in trace_boot_hist_add_handlers() 377 node = xbc_node_find_subkey(hnode, "var"); in trace_boot_compose_hist_cmd() 396 node = xbc_node_find_subkey(hnode, "onmax"); in trace_boot_compose_hist_cmd() 399 node = xbc_node_find_subkey(hnode, "onchange"); in trace_boot_compose_hist_cmd() 402 node = xbc_node_find_subkey(hnode, "onmatch"); in trace_boot_compose_hist_cmd() 441 if (xbc_node_find_subkey(hnode, "keys")) { in trace_boot_init_histograms() 502 anode = xbc_node_find_subkey(enod in trace_boot_init_one_event() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | bootconfig.h | 123 struct xbc_node * __init xbc_node_find_subkey(struct xbc_node *parent, 161 return xbc_node_find_subkey(NULL, key); in xbc_find_node()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bootconfig.c | 210 * xbc_node_find_subkey() - Find a subkey node which matches given key 219 xbc_node_find_subkey(struct xbc_node *parent, const char *key) in xbc_node_find_subkey() function 259 struct xbc_node *node = xbc_node_find_subkey(parent, key); in xbc_node_find_value()
|
Completed in 3 milliseconds