Searched refs:ds_max_cpu (Results 1 – 1 of 1) sorted by relevance
93 uint64_t ds_max_cpu = ds.cpu_guardrail_sec; in IsOverCpuThreshold() local94 if (!ds_max_cpu || !opt_cputime_sec_) in IsOverCpuThreshold()103 if (cputime_sec > *start_cputime_sec && cpu_diff > ds_max_cpu) { in IsOverCpuThreshold()106 cpu_diff, ds_max_cpu); in IsOverCpuThreshold()