tag | line | file | source code |
time_constant | 84 | include/linux/timex.h | long time_constant; /* pll time constant */ |
time_constant | 126 | include/linux/timex.h | extern long time_constant; /* pll time constant */ |
time_constant | 52 | kernel/sched.c | long time_constant = 0; /* pll time constant */ |
time_constant | 506 | kernel/sched.c | ltemp = (-(time_offset+1) >> (SHIFT_KG + time_constant)) + 1; |
time_constant | 511 | kernel/sched.c | ltemp = ((time_offset-1) >> (SHIFT_KG + time_constant)) + 1; |
time_constant | 394 | kernel/time.c | time_constant = txc.time_constant; |
time_constant | 411 | kernel/time.c | (time_constant + time_constant); |
time_constant | 414 | kernel/time.c | (time_constant + time_constant); |
time_constant | 432 | kernel/time.c | txc.time_constant = time_constant; |