Lines Matching refs:cp_time
376 CTLTYPE_STRUCT, "cp_time",
940 * sysctl helper routine for kern.cp_time node. Adds up cpu time
947 uint64_t *cp_time = NULL;
955 * of cp_time (and the size thereof) across all processors.
958 * cp_time for that particular processor.
986 cp_time
987 node.sysctl_data = cp_time;
988 memset(cp_time, 0, node.sysctl_size);
993 cp_time[i] += ci->ci_schedstate.spc_cp_time[i];
1003 * if doing "all", skip to next cp_time set for next processor
1006 cp_time += CPUSTATES;