HomeSort by: relevance | last modified time | path
    Searched defs:llist_node (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
llist.h 39 struct llist_node *first;
42 struct llist_node { struct
43 struct llist_node *next;
66 llist_add(struct llist_node *node, struct llist_head *head)
68 struct llist_node *first;
80 llist_add_batch(struct llist_node *first, struct llist_node *last,
83 struct llist_node *next;
93 static inline struct llist_node *
96 struct llist_node *first
    [all...]

Completed in 11 milliseconds