Home
last modified time | relevance | path

Searched refs:cp_time (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/rpcsvc/
H A Drstat_proc.c326 stats_s4.cp_time.cp_time_len = CPU_STATES; in updatestat()
327 if (stats_s4.cp_time.cp_time_val == NULL) in updatestat()
328 stats_s4.cp_time.cp_time_val = in updatestat()
329 malloc(stats_s4.cp_time.cp_time_len * sizeof (int)); in updatestat()
330 stats_s2.cp_time[RSTAT_CPU_USER] = in updatestat()
331 stats_s3.cp_time[RSTAT_CPU_USER] = in updatestat()
332 stats_s4.cp_time.cp_time_val[RSTAT_CPU_USER] = in updatestat()
334 stats_s2.cp_time[RSTAT_CPU_NICE] = in updatestat()
335 stats_s3.cp_time[RSTAT_CPU_NICE] = in updatestat()
336 stats_s4.cp_time.cp_time_val[RSTAT_CPU_NICE] = in updatestat()
[all …]
H A Drup.c143 sv.cp_time.cp_time_val = (int *)NULL; in main()
155 sv.cp_time.cp_time_len = 0; in main()
156 sv.cp_time.cp_time_val = (int *)NULL; in main()
211 sw_var.cp_time.cp_time_val = (int *)NULL;
H A Drstat_v2.x59 int cp_time[RSTAT_V2_CPUSTATES]; member
/titanic_41/usr/src/head/rpcsvc/
H A Drstat.x110 int cp_time<>; /* variable number of CPU states */
129 int cp_time[RSTAT_CPUSTATES]; member
/titanic_41/usr/src/uts/common/sys/dktp/
H A Dcmpkt.h47 long cp_time; /* timeout values */ member
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c882 pktp->cp_time = DADK_FLUSH_CACHE_TIME; in dadk_ioctl()
1234 pktp->cp_time = DADK_IO_TIME; in dadk_pktprep()
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1736 gtgtp, pktp->cp_time, polled, NULL); in ata_disk_transport()