Searched defs:priv (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | list_sort.c | 14 static struct list_head *merge(void *priv, in merge() 15 int (*cmp)(void *priv, struct list_head *a, in merge() 43 static void merge_and_restore_back_links(void *priv, in merge_and_restore_back_links() 44 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links() 97 void list_sort(void *priv, struct list_head *head, in list_sort() 98 int (*cmp)(void *priv, struct list_head *a, in list_sort() 197 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
|