Searched defs:ulist_node (Results 1 – 1 of 1) sorted by relevance
27 struct ulist_node { struct28 u64 val; /* value to store */29 u64 aux; /* auxiliary value saved along with the val */31 struct list_head list; /* used to link node */32 struct rb_node rb_node; /* used to speed up search */