Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbackground_thread.c90 bool ran = false; in TEST_BEGIN() local
94 ran = true; in TEST_BEGIN()
97 if (ran) { in TEST_BEGIN()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib39 # zpool iostat -v output is 7 columns, so if the script ran correctly
/f-stack/freebsd/netinet/
H A Dtcp_hpts.c1143 uint32_t ran; in hpts_random_cpu() local
1155 ran = arc4random(); in hpts_random_cpu()
1156 cpuid = (ran & 0xffff) % mp_ncpus; in hpts_random_cpu()
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_valgrind_check.m457 # some of those tools can be ran cleanly on a codebase.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst222 Output buffer ran out of space during processing. Error case,
226 Output buffer ran out of space before operation completed, but this
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3092 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local
3094 ran = arc4random_uniform(bbr_rand_ot); in bbr_randomize_extra_state_time()
3095 if (ran) { in bbr_randomize_extra_state_time()
3096 deduct = bbr->r_ctl.rc_level_state_extra / ran; in bbr_randomize_extra_state_time()
3107 uint32_t ran; in bbr_pick_probebw_substate() local
3114 ran = arc4random_uniform((BBR_SUBSTATE_COUNT-1)); in bbr_pick_probebw_substate()
3123 ret_val = BBR_SUBSTATE_COUNT - 1 - ran; in bbr_pick_probebw_substate()
/f-stack/app/nginx-1.16.1/
H A DCHANGES6865 directive, then it ran only after a successful completion of a
6883 *) Bugfix: the "post_action" directive ran only after a successful
7355 found new configuration, then the ngx_http_rewrite_module rules ran
7907 *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large
7949 if "rtsig" method was used or if several worker process ran on SMP.
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1717 #5299 Fix blocking XREAD for streams that ran dry