Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib82 typeset stop_time=$(( $(date +%s) + $timeout ))
86 if [ "$(date +%s)" -ge $stop_time ]; then
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp85 auto stop_time = steady_clock::now(); in ~Timer() local
86 auto total_dur = stop_time - m_total_start; in ~Timer()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h674 void push_back(uint64_t start_time, uint64_t stop_time, int nest_level, in push_back() argument
687 kmp_stats_event(start_time, stop_time, nest_level, name); in push_back()
769 inline void push_event(uint64_t start_time, uint64_t stop_time, in push_event() argument
771 _event_vector.push_back(start_time, stop_time, nest_level, name); in push_event()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h665 hrtime_t stop_time; /* previous event stop time */ member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h186 hrtime_t stop_time; /* previous event stop time */ member
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h190 hrtime_t stop_time; /* previous event stop time */ member
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c218 ktp->start_time, ktp->stop_time); in kstat_seq_show_timer()