Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib36 typeset sync_str=''
38 [[ $sync -eq 0 ]] && sync_str='async'
39 [[ $sync -eq 1 ]] && sync_str='sync'
40 echo $sync_str
49 typeset sync_str=$(get_sync_str "$sync")
52 typeset suffix="$sync_str.$iosize-ios"
68 typeset sync_str=$(get_sync_str "$sync")
69 log_note "Running with $threads $sync_str threads, $iosize ios"
/src/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c341 const char *sync_str = "-sync-"; in zedlet_is_sync() local
346 sync_str_len = strlen(sync_str); in zedlet_is_sync()
353 if (strncmp(&zedlet[event_len], sync_str, sync_str_len) == 0) in zedlet_is_sync()