Home
last modified time | relevance | path

Searched defs:rnd (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_map_lock.c37 int rnd = bpf_get_prandom_u32(); in bpf_map_lock_test() local
/tools/testing/selftests/bpf/prog_tests/
Dmap_lock.c24 int vars[17], i, j, rnd, key = 0; in parallel_map_access() local
/tools/testing/selftests/filesystems/incfs/
Dutils.c28 unsigned int rnd(unsigned int max, unsigned int *seed) in rnd() function