Home
last modified time | relevance | path

Searched refs:cpu_time (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c208 uint64_t cpu_time = 0; in kinfo_proc_to_swrun_entry() local
273 cpu_time = kp->ki_runtime / 100000; /* centi-seconds */ in kinfo_proc_to_swrun_entry()
276 entry->perfCPU = (cpu_time > (uint64_t)INT_MAX ? INT_MAX : cpu_time); in kinfo_proc_to_swrun_entry()
/freebsd-13.1/sys/xen/interface/
H A Ddomctl.h140 uint64_aligned_t cpu_time; member
287 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */ member
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp616 double cpu_time; in __kmp_read_cpu_time() local
618 cpu_time = 0; in __kmp_read_cpu_time()
635 cpu_time += (sec * 100.0) / KMP_NSEC_PER_SEC; in __kmp_read_cpu_time()
638 return cpu_time; in __kmp_read_cpu_time()