oprofile_hrtimer   23 drivers/oprofile/timer_int.c static DEFINE_PER_CPU(struct hrtimer, oprofile_hrtimer);
oprofile_hrtimer   35 drivers/oprofile/timer_int.c 	struct hrtimer *hrtimer = this_cpu_ptr(&oprofile_hrtimer);
oprofile_hrtimer   58 drivers/oprofile/timer_int.c 	struct hrtimer *hrtimer = &per_cpu(oprofile_hrtimer, cpu);