Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh98 typeset do_once=true
99 while $do_once || [[ $l2_size1 -le $l2_size2 ]]; do
103 do_once=false
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2138 static int do_once = 1; in hermon_map_mem_area_fmr() local
2140 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() local
2336 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()
H A Dhermon_mr.c3325 static int do_once = 1; in hermon_mr_fast_mtt_write() local
3327 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()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c2476 static int do_once = 1; in tavor_mr_fast_mtt_write() local
2478 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()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib2919 typeset do_once=true
2925 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do
2929 do_once=false