llist_head
#define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name)
llist_del_all(struct llist_head *head)
llist_del_first(struct llist_head *head)
llist_add(struct llist_node *new, struct llist_head *head)
struct llist_head *head)
init_llist_head(struct llist_head *head)
llist_empty(struct llist_head *head)
struct llist_head cb_head;
struct llist_head cache_items;
struct llist_head addlist;
struct llist_head dellist;