Searched full:pre_start (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/init/ |
H A D | calibrate.c | 37 unsigned long pre_start, start, post_start; in calibrate_delay_direct() local 48 if (read_current_timer(&pre_start) < 0 ) in calibrate_delay_direct() 60 * 1. pre_start <- When we are sure that jiffy switch hasn't happened in calibrate_delay_direct() 66 * Now, by looking at post_start and pre_start difference, we can in calibrate_delay_direct() 71 pre_start = 0; in calibrate_delay_direct() 75 pre_start = start; in calibrate_delay_direct() 89 timer_rate_max = (post_end - pre_start) / 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 D | calibrate.c | 37 unsigned long pre_start, start, post_start; in calibrate_delay_direct() local 48 if (read_current_timer(&pre_start) < 0 ) in calibrate_delay_direct() 60 * 1. pre_start <- When we are sure that jiffy switch hasn't happened in calibrate_delay_direct() 66 * Now, by looking at post_start and pre_start difference, we can in calibrate_delay_direct() 71 pre_start = 0; in calibrate_delay_direct() 75 pre_start = start; in calibrate_delay_direct() 89 timer_rate_max = (post_end - pre_start) / 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 D | pm.c | 78 void *pre_start, void *pre_end, in sh_mobile_register_self_refresh() 108 n = pre_end - pre_start; in sh_mobile_register_self_refresh() 109 memcpy(vp, pre_start, n); 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 D | pm.c | 78 void *pre_start, void *pre_end, in sh_mobile_register_self_refresh() 108 n = pre_end - pre_start; in sh_mobile_register_self_refresh() 109 memcpy(vp, pre_start, n); 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 D | suspend.h | 35 void *pre_start, void *pre_end,
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | suspend.h | 35 void *pre_start, void *pre_end,
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | ni_pcidio.c | 185 #define PRE_START BIT(7) macro
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | ni_pcidio.c | 184 #define PRE_START BIT(7) macro
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 1875 print "PRE_START($1)\n" if ($dbg_values > 1);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 2119 print "PRE_START($1)\n" if ($dbg_values > 1);
|
Completed in 20 milliseconds