Home
last modified time | relevance | path

Searched refs:busy_time (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c57 static int busy_time = DEF_BUSY_TIME; variable
90 busy_time = atoi(v); in parse_args()
117 busy_work_ms(busy_time); in busy_thread()
173 printf("Busy thread work time: %d\n", busy_time); in main()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c64 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() argument
83 *busy_time = filetime_to_scalar(ftUser) + filetime_to_scalar(ftKernel); in get_cpu_stats()
86 /* busy_time already has the time accross all cpus. in get_cpu_stats()
101 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() argument
165 *busy_time = cp_time[CP_USER] + cp_time[CP_NICE] + in get_cpu_stats()
168 *total_time = *busy_time + cp_time[CP_IDLE]; in get_cpu_stats()
176 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() argument
208 *busy_time = v[0] + v[1] + v[2]; in get_cpu_stats()
209 *total_time = *busy_time; in get_cpu_stats()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs899 pub busy_time: bintime,

Completed in 11 milliseconds