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 | 83 typeset stop_time=$(( $(date +%s) + $timeout )) 87 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/include/os/linux/spl/sys/ |
| H A D | kstat.h | 193 hrtime_t stop_time; /* previous event stop time */ member
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 191 hrtime_t stop_time; /* previous event stop time */ member
|
| /freebsd/sbin/dhclient/ |
| H A D | dhclient.c | 1034 struct timespec stop_time; in dhcpoffer() local 1143 timespecadd(&time_now, &arp_timeout_needed, &stop_time); in dhcpoffer() 1145 timespecadd(&time_now, &time_left, &stop_time); in dhcpoffer() 1147 add_timeout_timespec(stop_time, state_selecting, ip); in dhcpoffer()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 223 ktp->start_time, ktp->stop_time); in kstat_seq_show_timer()
|