Home
last modified time | relevance | path

Searched refs:list_cmp_fn (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Ddebug.c551 typedef int (*list_cmp_fn)(const struct list_head *l, const struct list_head *r); typedef
553 static void list_sort(struct list_head *head, list_cmp_fn cmp) in list_sort()