Searched defs:ulist_node (Results 1 – 1 of 1) sorted by relevance
31 struct ulist_node { struct32 u64 val; /* value to store */33 u64 aux; /* auxiliary value saved along with the val */36 int seqnum; /* sequence number this node is added */39 struct list_head list; /* used to link node */40 struct rb_node rb_node; /* used to speed up search */