Home
last modified time | relevance | path

Searched refs:tps (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1194 cistpl_t *tps = NULL; in cis_create_cis_chain() local
1215 if (tps != NULL) in cis_create_cis_chain()
1216 cis_info->cis = tps; in cis_create_cis_chain()
1239 if (tps != NULL) in cis_create_cis_chain()
1240 cis_info->cis = tps; in cis_create_cis_chain()
1266 if (tps == NULL) in cis_create_cis_chain()
1267 tps = cis_info->cis; in cis_create_cis_chain()
1315 if (tps != NULL) in cis_create_cis_chain()
1316 cis_info->cis = tps; in cis_create_cis_chain()
/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dtp.c107 u32 tps = t1_tp_ticks_per_sec(adapter, tp_clk); in tp_set_tcp_time_params() local
110 #define SECONDS * tps in tp_set_tcp_time_params()
161 void t1_tp_get_mib_statistics(adapter_t *adap, struct tp_mib_statistics *tps) in t1_tp_get_mib_statistics() argument
163 u32 *data = (u32 *)tps; in t1_tp_get_mib_statistics()
168 for (i = 0; i < sizeof(*tps) / sizeof(u32); i++) in t1_tp_get_mib_statistics()
H A Dtp.h94 void t1_tp_get_mib_statistics(adapter_t *adap, struct tp_mib_statistics *tps);
/titanic_41/usr/src/cmd/avs/dsstat/
H A Dreport.c151 double rtm, tps, avs, etime; in io_report() local
182 tps = (double)rd_cnt + wr_cnt; in io_report()
184 if (tps > 0) in io_report()
185 rtm = (1000 / tps) * avs; in io_report()
/titanic_41/usr/src/cmd/sa/
H A Dsar.c842 double etime, hr_etime, tps, avq, avs, pbusy; in prt_d_opt() local
853 tps = (double)(xio[ii].kios.reads + xio[ii].kios.writes) / etime; in prt_d_opt()
861 tps, in prt_d_opt()
863 (tps > 0 ? avq / tps * 1000.0 : 0.0), in prt_d_opt()
864 (tps > 0 ? avs / tps * 1000.0 : 0.0)); in prt_d_opt()
/titanic_41/usr/src/cmd/stat/iostat/
H A Diostat.c572 double rps, wps, tps, mtps, krps, kwps, kps, avw, avr, w_pct, r_pct; in show_disk() local
652 tps = rps + wps; in show_disk()
713 if (tps > 0.0 && (avw != 0.0 || avr != 0.0)) { in show_disk()
714 mtps = 1000.0 / tps; in show_disk()
770 tps *= etime; in show_disk()
819 push_out(fstr, kps, tps, serv); in show_disk()
/titanic_41/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c928 double tps, rqs; in smbstat_srv_process_utilization() local
962 tps = 1 / rqs; in smbstat_srv_process_utilization()
965 smbstat_srv_info.si_avw * tps; in smbstat_srv_process_utilization()
968 smbstat_srv_info.si_avr * tps; in smbstat_srv_process_utilization()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3122 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0U; in t4_set_sched_bps() local
3129 tps = clk / cpt; in t4_set_sched_bps()
3130 bpt = (kbps + tps / 2) / tps; in t4_set_sched_bps()
3132 v = bpt * tps; in t4_set_sched_bps()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c6411 clock_t tps, d = 0; in stmf_worker_mgmt() local
6452 tps = drv_usectohz(1 * 1000 * 1000); in stmf_worker_mgmt()
6454 ((d = ddi_get_lbolt() - stmf_wm_last) > tps)) { in stmf_worker_mgmt()
6468 if (d <= tps) { in stmf_worker_mgmt()