Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_iosched.c342 uint32_t this_frac; /* Fraction of a second (1024ths) for this tick */ member
485 new_ios = (int)((ios->current * (uint64_t)ios->softc->this_frac) >> 16); in cam_iosched_iops_tick()
558 bw = (int)((ios->current * 1000ull * (uint64_t)ios->softc->this_frac) >> 16); in cam_iosched_bw_tick()
616 …isc->this_frac = (uint32_t)delta >> 16; /* Note: discards seconds -- should be 0 harmless if not … in cam_iosched_ticker()