Searched refs:do_once (Results 1 – 5 of 5) sorted by relevance
98 typeset do_once=true99 while $do_once || [[ $l2_size1 -le $l2_size2 ]]; do103 do_once=false
2138 static int do_once = 1; in hermon_map_mem_area_fmr() local2140 do_once)) in hermon_map_mem_area_fmr()2141 if (do_once) { in hermon_map_mem_area_fmr()2142 do_once = 0; in hermon_map_mem_area_fmr()2334 static int do_once = 1; in hermon_ci_map_mem_area() local2336 do_once)) in hermon_ci_map_mem_area()2337 if (do_once) { in hermon_ci_map_mem_area()2338 do_once = 0; in hermon_ci_map_mem_area()
3325 static int do_once = 1; in hermon_mr_fast_mtt_write() local3327 do_once)) in hermon_mr_fast_mtt_write()3328 if (do_once) { in hermon_mr_fast_mtt_write()3329 do_once = 0; in hermon_mr_fast_mtt_write()
2476 static int do_once = 1; in tavor_mr_fast_mtt_write() local2478 do_once)) in tavor_mr_fast_mtt_write()2479 if (do_once) { in tavor_mr_fast_mtt_write()2480 do_once = 0; in tavor_mr_fast_mtt_write()
2919 typeset do_once=true2925 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do2929 do_once=false