Lines Matching refs:si
366 convert_32to64((uint64_t *)&nx.si, (uint_t *)&tx.si, in prpass()
367 sizeof (tx.si) / sizeof (uint_t)); in prpass()
457 convert_64to32((uint_t *)&tx.si, (uint64_t *)&nx.si, in prpass()
458 sizeof (nx.si) / sizeof (uint64_t)); in prpass()
773 ulong_delta((uint64_t *)&nx.si, (uint64_t *)&ox.si, in update_counters()
774 (uint64_t *)&dx.si, (uint64_t *)&ax.si, 0, sizeof (ax.si)); in update_counters()
915 if (xx->si.runocc == 0 || xx->si.updates == 0) in prt_q_opt()
919 (float)xx->si.runque / (float)xx->si.runocc, in prt_q_opt()
920 (float)xx->si.runocc / (float)xx->si.updates * 100.0); in prt_q_opt()
922 if (xx->si.swpocc == 0 || xx->si.updates == 0) in prt_q_opt()
926 (float)xx->si.swpque / (float)xx->si.swpocc, in prt_q_opt()
927 (float)xx->si.swpocc / (float)xx->si.updates * 100.0); in prt_q_opt()
979 if (xx->si.updates == 0) in prt_r_opt()
983 (double)xx->vmi.freemem / (float)xx->si.updates, in prt_r_opt()
985 (float)xx->si.updates); in prt_r_opt()