Searched refs:CPU_STATE_USER (Results 1 – 4 of 4) sorted by relevance
76 #define CPU_STATE_USER 0 macro
659 ticks[CPU_STATE_USER] += (uint32_t)(usage.ru_user_time_mach / in processor_cpu_load_info()729 cpu_load_info->cpu_ticks[CPU_STATE_USER] = 0; in processor_info()
506 cpu_load_info->cpu_ticks[CPU_STATE_USER] = 0; in host_statistics()
854 natural_t total_user_time = load.cpu_ticks[CPU_STATE_USER] + load.cpu_ticks[CPU_STATE_NICE]; in record_cpu_time()