Home
last modified time | relevance | path

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

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