Searched refs:post_end (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/init/
H A Dcalibrate.c37 unsigned long pre_end, end, post_end; calibrate_delay_direct() local
86 read_current_timer(&post_end); calibrate_delay_direct()
88 timer_rate_max = (post_end - pre_start) / calibrate_delay_direct()
97 if (start >= post_end) calibrate_delay_direct()
100 " start=%lu >=post_end=%lu\n", calibrate_delay_direct()
101 start, post_end); calibrate_delay_direct()
102 if (start < post_end && pre_start != 0 && pre_end != 0 && calibrate_delay_direct()
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/
H A Dpm.c82 void *post_start, void *post_end) sh_mobile_register_self_refresh()
117 n = post_end - post_start; sh_mobile_register_self_refresh()
80 sh_mobile_register_self_refresh(unsigned long flags, void *pre_start, void *pre_end, void *post_start, void *post_end) sh_mobile_register_self_refresh() argument
/linux-4.4.14/arch/sh/include/asm/
H A Dsuspend.h35 void *post_start, void *post_end); sh_mobile_setup_cpuidle()

Completed in 37 milliseconds