Searched refs:CPU_STATE_USER (Results 1 – 4 of 4) sorted by relevance
76 #define CPU_STATE_USER 0 macro
503 cpu_load_info->cpu_ticks[CPU_STATE_USER] = 0; in host_statistics()522 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_USER, user_state); in host_statistics()527 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_USER, system_state); in host_statistics()
713 cpu_load_info->cpu_ticks[CPU_STATE_USER] = in processor_info()721 cpu_load_info->cpu_ticks[CPU_STATE_USER] = (uint32_t)(tval / hz_tick_interval); in processor_info()
842 natural_t total_user_time = load.cpu_ticks[CPU_STATE_USER] + load.cpu_ticks[CPU_STATE_NICE]; in record_cpu_time()