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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dcalibrate.c35 unsigned long pre_start, start, post_start; local
43 if (read_current_timer(&pre_start) < 0 )
55 * 1. pre_start <- When we are sure that jiffy switch hasn't happened
61 * Now, by looking at post_start and pre_start difference, we can
66 pre_start = 0;
70 pre_start = start;
84 timer_rate_max = (post_end - pre_start) /
93 if (pre_start != 0 && pre_end != 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm.c80 void *pre_start, void *pre_end,
110 n = pre_end - pre_start;
111 memcpy(vp, pre_start, n);
79 sh_mobile_register_self_refresh(unsigned long flags, void *pre_start, void *pre_end, void *post_start, void *post_end) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsuspend.h35 void *pre_start, void *pre_end,

Completed in 121 milliseconds