Searched defs:llist_node (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dllist.h62 struct llist_node *first;
65 struct llist_node { struct
66 struct llist_node *next;
83 * @ptr: the &struct llist_node pointer.
85 * @member: the name of the llist_node within the struct.
92 * @pos: the &struct llist_node to use as a loop cursor
111 * @member: the name of the llist_node with the struct.
133 * @member: the name of the llist_node with the struct.
163 static inline struct llist_node *llist_next(struct llist_node *nod
[all...]

Completed in 396 milliseconds