Home
last modified time | relevance | path

Searched refs:__entry (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h43 RB_ENTRY(rb_node) __entry; member
45 #define rb_left __entry.rbe_left
46 #define rb_right __entry.rbe_right
47 #define rb_parent_color __entry.rbe_color
67 RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
69 #define rb_parent(r) RB_PARENT(r, __entry)
70 #define rb_color(r) RB_COLOR(r, __entry)
97 node->__entry.rbe_left = node->__entry.rbe_right = NULL; in rb_link_node()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c202 RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h805 set_foreach ((__instr)->uses, __entry) \
806 if ((__use = (void *)__entry->key))

Completed in 5 milliseconds