Lines Matching defs:busy_pct
106 uint64_t *queue_len, long double *busy_pct);
560 long double *busy_pct)
579 *busy_pct = DELTA_T(busytime);
580 if (*busy_pct < 0)
581 *busy_pct = 0;
582 *busy_pct /= etime;
583 *busy_pct *= 100;
584 if (*busy_pct < 0)
585 *busy_pct = 0;
588 *busy_pct = 0;
1194 long double busy_pct;
1211 &busy_pct);
1232 &ms_per_transfer, &queue_len, &busy_pct);
1236 ms_per_transfer, queue_len, busy_pct);