cyc_to_ns          72 arch/arm/lib/delay.c 	res = cyc_to_ns(1ULL, new_mult, new_shift);
cyc_to_ns         108 kernel/time/sched_clock.c 		res = rd->epoch_ns + cyc_to_ns(cyc, rd->mult, rd->shift);
cyc_to_ns         151 kernel/time/sched_clock.c 	ns = rd.epoch_ns + cyc_to_ns((cyc - rd.epoch_cyc) & rd.sched_clock_mask, rd.mult, rd.shift);
cyc_to_ns         196 kernel/time/sched_clock.c 	ns = rd.epoch_ns + cyc_to_ns((cyc - rd.epoch_cyc) & rd.sched_clock_mask, rd.mult, rd.shift);
cyc_to_ns         228 kernel/time/sched_clock.c 	res = cyc_to_ns(1ULL, new_mult, new_shift);