__round_jiffies_up_relative
unsigned long __round_jiffies_up_relative(unsigned long j, int cpu);
EXPORT_SYMBOL_GPL(__round_jiffies_up_relative);
return __round_jiffies_up_relative(j, raw_smp_processor_id());