Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh212 time_base=`echo "$base" | awk '{print $6}' | sed s/,//`
234 time_drop=`echo "scale=4;($time_comp-$time_base)*100/$time_base" | bc | awk '{printf "%.4f", $0}'`
235 …printf "Gitsource-$1 time base: $time_base comprison: $time_comp percent: $time_drop\n" | tee -a $…
/linux/drivers/md/
H A Dmd-bitmap.c2832 __ATTR(time_base, S_IRUGO|S_IWUSR, timeout_show, timeout_store);