Searched defs:enode (Results 1 – 2 of 2) sorted by relevance
122 struct enode { struct123 struct list_head list;124 struct dinfo dinfo;125 uint32_t ntype;126 union {128 } u;
459 struct xbc_node *enode) in trace_boot_init_one_event()516 struct xbc_node *gnode, *enode; in trace_boot_init_events() local