Searched refs:ran (Results 1 – 8 of 8) sorted by relevance
90 bool ran = false; in TEST_BEGIN() local94 ran = true; in TEST_BEGIN()97 if (ran) { in TEST_BEGIN()
39 # zpool iostat -v output is 7 columns, so if the script ran correctly
1143 uint32_t ran; in hpts_random_cpu() local1155 ran = arc4random(); in hpts_random_cpu()1156 cpuid = (ran & 0xffff) % mp_ncpus; in hpts_random_cpu()
57 # some of those tools can be ran cleanly on a codebase.
222 Output buffer ran out of space during processing. Error case,226 Output buffer ran out of space before operation completed, but this
3092 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local3094 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() local3114 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()
6865 directive, then it ran only after a successful completion of a6883 *) Bugfix: the "post_action" directive ran only after a successful7355 found new configuration, then the ngx_http_rewrite_module rules ran7907 *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large7949 if "rtsig" method was used or if several worker process ran on SMP.
1717 #5299 Fix blocking XREAD for streams that ran dry