Searched refs:list_cmp_fn (Results 1 – 1 of 1) sorted by relevance
551 typedef int (*list_cmp_fn)(const struct list_head *l, const struct list_head *r); typedef553 static void list_sort(struct list_head *head, list_cmp_fn cmp) in list_sort()