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

  /src/sys/external/bsd/drm2/include/linux/
llist.h 38 struct llist_head { struct
47 init_llist_head(struct llist_head *head)
56 llist_empty(struct llist_head *head)
66 llist_add(struct llist_node *node, struct llist_head *head)
81 struct llist_head *head)
94 llist_del_all(struct llist_head *head)
105 llist_del_first(struct llist_head *head)
llist.h 38 struct llist_head { struct
47 init_llist_head(struct llist_head *head)
56 llist_empty(struct llist_head *head)
66 llist_add(struct llist_node *node, struct llist_head *head)
81 struct llist_head *head)
94 llist_del_all(struct llist_head *head)
105 llist_del_first(struct llist_head *head)

Completed in 23 milliseconds