Home | History | Annotate | Download | only in lib

Lines Matching refs:flist_head

13 static struct flist_head *merge(void *priv,
14 int (*cmp)(void *priv, struct flist_head *a,
15 struct flist_head *b),
16 struct flist_head *a, struct flist_head *b)
18 struct flist_head head, *tail = &head;
43 int (*cmp)(void *priv, struct flist_head *a,
44 struct flist_head *b),
45 struct flist_head *head,
46 struct flist_head *a, struct flist_head *b)
48 struct flist_head *tail = head;
96 void flist_sort(void *priv, struct flist_head *head,
97 int (*cmp)(void *priv, struct flist_head *a,
98 struct flist_head *b))
100 struct flist_head *part[MAX_LIST_LENGTH_BITS+1]; /* sorted partial lists
104 struct flist_head *list;
115 struct flist_head *cur = list;