Searched refs:cmpint (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/lib/ |
D | test_sort.c | 10 static int __init cmpint(const void *a, const void *b) in cmpint() function 28 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort_init()
|
/Linux-v5.10/mm/ |
D | percpu-stats.c | 25 static int cmpint(const void *a, const void *b) in cmpint() function 112 sort(alloc_sizes, as_len, sizeof(int), cmpint, NULL); in chunk_map_stats()
|