Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/include/
H A Ddpaa_rbtree.h32 struct rb_node { struct
33 struct rb_node *prev, *next; argument
37 struct rb_node *head, *tail;
52 struct rb_node *node = tree->head; \
105 struct rb_node *node = tree->head; \
H A Dfsl_qman.h1250 struct rb_node node;
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h80 rb_node(prof_tctx_t) tctx_link;
122 rb_node(prof_gctx_t) dump_link;
153 rb_node(prof_tdata_t) tdata_link;
H A Drb.h31 #define rb_node(a_type) \ macro
37 #define rb_node(a_type) \ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h141 struct rb_node ske_node; /* Emergency tree linkage */
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c384 struct rb_node *node = root->rb_node; in spl_emergency_search()
405 struct rb_node **new = &(root->rb_node), *parent = NULL; in spl_emergency_insert()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drb.c21 rb_node(node_t) link;