last_system_time   69 src/ftdm_cpu_monitor.c 	unsigned long long last_system_time;
last_system_time  189 src/ftdm_cpu_monitor.c 		p->last_system_time = system;
last_system_time  201 src/ftdm_cpu_monitor.c 	kerneltime = (system - p->last_system_time) + (irq - p->last_irq_time) + (softirq - p->last_soft_irq_time);
last_system_time  224 src/ftdm_cpu_monitor.c 	p->last_system_time = system;