Searched refs:count_cmp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sampleip_user.c | 84 static int count_cmp(const void *p1, const void *p2) in count_cmp() function 109 qsort(counts, max, sizeof(struct ipcount), count_cmp); in print_ip_map()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sampleip_user.c | 84 static int count_cmp(const void *p1, const void *p2) in count_cmp() function 109 qsort(counts, max, sizeof(struct ipcount), count_cmp); in print_ip_map()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kwork.c | 74 static int count_cmp(struct kwork_work *l, struct kwork_work *r) in count_cmp() function 152 .cmp = count_cmp, in sort_dimension__add()
|
Completed in 4 milliseconds