static void llist_del(struct llist_head *entry)
Deletes entry from llist.
Definition: lib/fosphor/llist.h:64
static void llist_add(struct llist_head *_new, struct llist_head *head)
Add a new entry after the specified head.
Definition: lib/fosphor/llist.h:52