Home
last modified time | relevance | path

Searched refs:get_random_u32_above (Results 1 – 5 of 5) 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
101 "get_random_u32_above() must take floor < U32_MAX"); in get_random_u32_above()
/linux/net/ipv6/ !
H A Doutput_core.c18 return get_random_u32_above(0); in __ipv6_select_ident()
/linux/lib/tests/ !
H A Dtest_fprobe.c205 rand1 = get_random_u32_above(div_factor); in fprobe_test_init()
H A Dtest_kprobes.c376 rand1 = get_random_u32_above(div_factor); in kprobes_test_init()
/linux/net/vmw_vsock/ !
H A Daf_vsock.c683 port = get_random_u32_above(LAST_RESERVED_PORT); in __vsock_bind_connectible()