Searched refs:llist (Results 1 - 1 of 1) sorted by relevance

/net/rds/
H A Dib_rdma.c36 #include <linux/llist.h>
524 * given an llist of mrs, put them all into the list_head for more processing
526 static void llist_append_to_list(struct llist_head *llist, struct list_head *list) argument
532 node = llist_del_all(llist);
542 * this takes a list head of mrs and turns it into linked llist nodes
543 * of clusters. Each cluster has linked llist nodes of
656 * to pull items off. The llist would explode if we managed to
660 * This is pretty unlikely, but just in case wait for an llist grace period
669 /* more than one entry in llist nodes */

Completed in 129 milliseconds