Searched defs:list_node (Results 1 – 6 of 6) sorted by relevance
38 struct list_node { struct39 struct list_node *list_next; argument40 struct list_node *list_prev; argument
59 typedef struct list_node { struct60 struct list_node *list_next; argument61 struct list_node *list_prev; argument
48 list_node(const void *ptr, VISIT order, int level) in list_node() function
184 struct list_head list_node; member
323 struct objc_list *list_node; in objc_tree_insert_class() local