Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib32 typeset sync_str=''
34 [[ $sync -eq 0 ]] && sync_str='async'
35 [[ $sync -eq 1 ]] && sync_str='sync'
36 echo $sync_str
45 typeset sync_str=$(get_sync_str $sync)
48 typeset suffix="$sync_str.$iosize-ios"
64 typeset sync_str=$(get_sync_str $sync)
65 log_note "Running with $threads $sync_str threads, $iosize ios"
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c666 char sync_str[] = in startup_init() local
682 char bp[sizeof (sync_str) + 16 * 20]; in startup_init()
705 (void) sprintf((char *)bp, sync_str, in startup_init()