Searched refs:u64_cmp (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/bcachefs/
H A Djournal_sb.c11 static int u64_cmp(const void *_l, const void *_r) function
41 sort(b, nr, sizeof(u64), u64_cmp, NULL);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1502 static int u64_cmp(const void *p1, const void *p2) function
1542 qsort(ctx->uvals, cnt, sizeof(*ctx->uvals), u64_cmp);

Completed in 270 milliseconds