hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/list_sort.h
....@@ -6,6 +6,7 @@
66
77 struct list_head;
88
9
+__attribute__((nonnull(2,3)))
910 void list_sort(void *priv, struct list_head *head,
1011 int (*cmp)(void *priv, struct list_head *a,
1112 struct list_head *b));