Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h61 int panic_cmp(struct rb_node *one, struct rb_node *two);
64 RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c166 panic_cmp(struct rb_node *one, struct rb_node *two) in panic_cmp() function
171 RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);