Searched refs:cmpint (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/tests/ |
| H A D | test_sort.c | 13 static int cmpint(const void *a, const void *b) in cmpint() function 30 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort() 42 sort(a, TEST_LEN - 1, sizeof(*a), cmpint, NULL); in test_sort()
|
| /linux/mm/ |
| H A D | percpu-stats.c | 24 static int cmpint(const void *a, const void *b) in cmpint() function 107 sort(alloc_sizes, as_len, sizeof(int), cmpint, NULL); in chunk_map_stats()
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | usage.rst | 110 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL);
|