Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drandom.h98 static inline u32 get_random_u32_above(u32 floor) in get_random_u32_above() function
/linux/lib/tests/
H A Dtest_fprobe.c301 rand1 = get_random_u32_above(div_factor); in fprobe_test_init()
H A Dtest_kprobes.c383 rand1 = get_random_u32_above(div_factor); in kprobes_test_init()
/linux/net/vmw_vsock/
H A Daf_vsock.c802 net->vsock.port = get_random_u32_above(LAST_RESERVED_PORT); in __vsock_bind_connectible()