Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/init/
H A Dcalibrate.c38 unsigned long pre_end, end, post_end; in calibrate_delay_direct() local
87 read_current_timer(&post_end); in calibrate_delay_direct()
89 timer_rate_max = (post_end - pre_start) / in calibrate_delay_direct()
98 if (start >= post_end) in calibrate_delay_direct()
101 " start=%lu >=post_end=%lu\n", in calibrate_delay_direct()
102 start, post_end); in calibrate_delay_direct()
103 if (start < post_end && pre_start != 0 && pre_end != 0 && in calibrate_delay_direct()
/kernel/linux/linux-6.6/init/
H A Dcalibrate.c38 unsigned long pre_end, end, post_end; in calibrate_delay_direct() local
87 read_current_timer(&post_end); in calibrate_delay_direct()
89 timer_rate_max = (post_end - pre_start) / in calibrate_delay_direct()
98 if (start >= post_end) in calibrate_delay_direct()
101 " start=%lu >=post_end=%lu\n", in calibrate_delay_direct()
102 start, post_end); in calibrate_delay_direct()
103 if (start < post_end && pre_start != 0 && pre_end != 0 && in calibrate_delay_direct()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/shmobile/
H A Dpm.c79 void *post_start, void *post_end) in sh_mobile_register_self_refresh()
114 n = post_end - post_start; in sh_mobile_register_self_refresh()
77 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
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/shmobile/
H A Dpm.c79 void *post_start, void *post_end) in sh_mobile_register_self_refresh()
114 n = post_end - post_start; in sh_mobile_register_self_refresh()
77 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
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dsuspend.h36 void *post_start, void *post_end);
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dsuspend.h36 void *post_start, void *post_end);

Completed in 2 milliseconds