Searched refs:cmpint (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/lib/ |
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()
|
/linux-6.1.9/mm/ |
D | percpu-stats.c | 25 static int cmpint(const void *a, const void *b) in cmpint() function 108 sort(alloc_sizes, as_len, sizeof(int), cmpint, NULL); in chunk_map_stats()
|
/linux-6.1.9/Documentation/dev-tools/kunit/ |
D | usage.rst | 110 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL);
|