Searched refs:factor (Results 1 – 3 of 3) sorted by relevance
90 unsigned long factor) in ns2ticks() argument92 uint64_t tmp = ((uint64_t)nsec * factor) >> shift; in ns2ticks()
179 intervals with TSC may without notice be incorrect by a factor of two.
2480 + int factor = map.num_stripes / map.sub_stripes;2482 + stripe_index = stripe_nr % factor;2490 + stripe_nr = stripe_nr / factor;
Completed in 7 milliseconds