Searched refs:cmpint (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/ |
D | test_sort.c | 9 static int __init cmpint(const void *a, const void *b) in cmpint() function 27 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort_init()
|
/Linux-v4.19/mm/ |
D | percpu-stats.c | 26 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()
|