Searched refs:stop_time (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
H A D | trim.kshlib | 82 typeset stop_time=$(( $(date +%s) + $timeout )) 86 if [ "$(date +%s)" -ge $stop_time ]; then
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 85 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 D | kmp_stats.h | 674 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 D | kstat.h | 665 hrtime_t stop_time; /* previous event stop time */ member
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kstat.h | 186 hrtime_t stop_time; /* previous event stop time */ member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kstat.h | 190 hrtime_t stop_time; /* previous event stop time */ member
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-kstat.c | 218 ktp->start_time, ktp->stop_time); in kstat_seq_show_timer()
|