Searched refs:cputime_sec (Results 1 – 1 of 1) sorted by relevance
96 uint64_t cputime_sec = *opt_cputime_sec_; in IsOverCpuThreshold() local102 uint64_t cpu_diff = cputime_sec - *start_cputime_sec; in IsOverCpuThreshold()103 if (cputime_sec > *start_cputime_sec && cpu_diff > ds_max_cpu) { in IsOverCpuThreshold()