Home
last modified time | relevance | path

Searched refs:xbc_node (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
A Dbootconfig.h51 struct xbc_node { struct
68 struct xbc_node * __init xbc_root_node(void); argument
70 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node);
71 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);
72 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node);
124 struct xbc_node * __init xbc_node_find_subkey(struct xbc_node *parent,
129 struct xbc_node **vnode);
131 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root,
132 struct xbc_node *leaf);
135 struct xbc_node **leaf);
[all …]
/linux/lib/
A Dbootconfig.c143 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()
155 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()
169 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()
219 struct xbc_node * __init
222 struct xbc_node *node; in xbc_node_find_subkey()
340 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root, in xbc_node_find_next_leaf()
343 struct xbc_node *next; in xbc_node_find_next_leaf()
426 struct xbc_node *node; in xbc_add_node()
446 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()
612 struct xbc_node *node; in xbc_parse_array()
[all …]
/linux/kernel/trace/
A Dtrace_boot.c27 struct xbc_node *anode; in trace_boot_set_instance_options()
85 struct xbc_node *anode; in trace_boot_enable_events()
105 struct xbc_node *anode; in trace_boot_add_kprobe_event()
142 struct xbc_node *anode; in trace_boot_add_synth_event()
222 struct xbc_node *anode; in trace_boot_hist_add_array()
301 struct xbc_node *node; in trace_boot_hist_add_handlers()
422 struct xbc_node *node; in trace_boot_init_histograms()
463 struct xbc_node *enode) in trace_boot_init_one_event()
466 struct xbc_node *anode; in trace_boot_init_one_event()
562 struct xbc_node *anode; in trace_boot_set_ftrace_filter()
[all …]
/linux/tools/bootconfig/
A Dmain.c19 static int xbc_show_value(struct xbc_node *node, bool semicolon) in xbc_show_value()
39 struct xbc_node *node, *cnode = NULL, *vnode; in xbc_show_compact_tree()
113 struct xbc_node *leaf; in xbc_show_list()
/linux/fs/proc/
A Dbootconfig.c28 struct xbc_node *leaf, *vnode; in copy_xbc_key_value_list()
/linux/init/
A Dmain.c326 struct xbc_node *root) in xbc_snprint_cmdline()
328 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline()
369 struct xbc_node *root; in xbc_make_cmdline()

Completed in 14 milliseconds