Searched refs:this_frac (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c270 uint32_t this_frac; /* Fraction of a second (1024ths) for this tick */ member in struct:cam_iosched_softc
404 ios->l_value1 = (int)((ios->current * (uint64_t)ios->softc->this_frac) >> 16);
462 bw = (int)((ios->current * 1000ull * (uint64_t)ios->softc->this_frac) >> 16);
517 isc->this_frac = (uint32_t)delta >> 16; /* Note: discards seconds -- should be 0 harmless if not */

Completed in 53 milliseconds