Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbootconfig.h50 struct xbc_node { struct
67 struct xbc_node * __init xbc_root_node(void); argument
69 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node);
70 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);
71 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node);
123 struct xbc_node * __init xbc_node_find_subkey(struct xbc_node *parent,
128 struct xbc_node **vnode);
130 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root,
131 struct xbc_node *leaf);
134 struct xbc_node **leaf);
[all …]
/linux/lib/
A Dbootconfig.c129 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()
141 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()
155 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()
205 struct xbc_node * __init
208 struct xbc_node *node; in xbc_node_find_subkey()
326 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root, in xbc_node_find_next_leaf()
329 struct xbc_node *next; in xbc_node_find_next_leaf()
412 struct xbc_node *node; in xbc_add_node()
432 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()
598 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.c325 struct xbc_node *root) in xbc_snprint_cmdline()
327 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline()
362 struct xbc_node *root; in xbc_make_cmdline()

Completed in 12 milliseconds