halftime          172 src/ftdm_cpu_monitor.c 	unsigned long long usertime, kerneltime, idletime, totaltime, halftime;
halftime          217 src/ftdm_cpu_monitor.c 	halftime = totaltime / 2UL;
halftime          219 src/ftdm_cpu_monitor.c 	p->last_percentage_of_idle_time = ((100 * idletime + halftime) / totaltime);