Home
last modified time | relevance | path

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

/dports/net-p2p/uhub/uhub-a8ee6e7/src/tools/
H A Dadcrush.c142 static size_t get_wait_rand(size_t max) in get_wait_rand() function
154 case 0: return get_wait_rand(120); in get_next_timeout_evt()
155 case 1: return get_wait_rand(60); in get_next_timeout_evt()
156 case 2: return get_wait_rand(15); in get_next_timeout_evt()
157 case 3: return get_wait_rand(5); in get_next_timeout_evt()
167 size_t r = get_wait_rand(MAX_CHAT_MSGS-1); in perf_chat()
182 size_t r = get_wait_rand(MAX_SEARCH_MSGS-1); in perf_search()
183 size_t pst = get_wait_rand(100); in perf_search()
230 int n = (int) get_wait_rand(10)+1; in perf_update()
269 size_t r = get_wait_rand(5); in perf_normal_action()
[all …]