Searched refs:xbc_node_find_value (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/kernel/trace/ |
D | trace_boot.c | 43 p = xbc_node_find_value(node, "tracing_on", NULL); in trace_boot_set_instance_options() 53 p = xbc_node_find_value(node, "trace_clock", NULL); in trace_boot_set_instance_options() 59 p = xbc_node_find_value(node, "buffer_size", NULL); in trace_boot_set_instance_options() 68 p = xbc_node_find_value(node, "cpumask", NULL); in trace_boot_set_instance_options() 200 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event() 215 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event() 282 p = xbc_node_find_value(node, "tracer", NULL); in trace_boot_enable_tracer() 289 if (xbc_node_find_value(node, "alloc_snapshot", NULL)) { in trace_boot_enable_tracer()
|
/Linux-v5.10/include/linux/ |
D | bootconfig.h | 94 const char * __init xbc_node_find_value(struct xbc_node *parent, 117 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value() 173 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \
|
/Linux-v5.10/lib/ |
D | bootconfig.c | 191 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value() function
|
/Linux-v5.10/Documentation/admin-guide/ |
D | bootconfig.rst | 221 value = xbc_node_find_value(root, "option", &vnode);
|