Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_epoch.c157 struct stackentry { struct
158 RB_ENTRY(stackentry) se_node;
163 stackentry_compare(struct stackentry *a, struct stackentry *b) in stackentry_compare() argument
180 RB_HEAD(stacktree, stackentry) epoch_stacks = RB_INITIALIZER(&epoch_stacks);
181 RB_GENERATE_STATIC(stacktree, stackentry, se_node, stackentry_compare);
195 struct stackentry se, *new; in epoch_trace_report()