Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lockf.c65 random_uint32(void) in random_uint32() function
87 fl.l_start = random_uint32() % filesize; in trylocks()
88 fl.l_len = random_uint32() % filesize; in trylocks()
89 switch (random_uint32() % 3) { in trylocks()