Searched refs:sync_str (Results 1 – 2 of 2) sorted by relevance
36 typeset sync_str=''38 [[ $sync -eq 0 ]] && sync_str='async'39 [[ $sync -eq 1 ]] && sync_str='sync'40 echo $sync_str49 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"
341 const char *sync_str = "-sync-"; in zedlet_is_sync() local346 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()