steal              99 src/ftdm_cpu_monitor.c 											unsigned long long *steal)
steal             146 src/ftdm_cpu_monitor.c 	elements = sscanf(cpustr, CPU_INFO_FORMAT_3, user, nice, system, idle, iowait, irq, softirq, steal, &guest);
steal             152 src/ftdm_cpu_monitor.c 	elements = sscanf(cpustr, CPU_INFO_FORMAT_2, user, nice, system, idle, iowait, irq, softirq, steal);
steal             159 src/ftdm_cpu_monitor.c 		*steal = 0;
steal             171 src/ftdm_cpu_monitor.c 	unsigned long long user, nice, system, idle, iowait, irq, softirq, steal;
steal             178 src/ftdm_cpu_monitor.c 	if (ftdm_cpu_read_stats(p, &user, &nice, &system, &idle, &iowait, &irq, &softirq, &steal)) {
steal             193 src/ftdm_cpu_monitor.c 		p->last_steal_time = steal;
steal             203 src/ftdm_cpu_monitor.c 	kerneltime += (steal - p->last_steal_time);
steal             228 src/ftdm_cpu_monitor.c 	p->last_steal_time = steal;