tag | line | file | source code |
time_constant | 222 | include/linux/timex.h | extern long time_constant; /* pll time constant */ |
time_constant | 58 | kernel/sched.c | long time_constant = 2; /* pll time constant */ |
time_constant | 665 | kernel/sched.c | ltemp >>= SHIFT_KG + time_constant; |
time_constant | 675 | kernel/sched.c | ltemp >>= SHIFT_KG + time_constant; |
time_constant | 254 | kernel/time.c | time_constant = txc.constant; |
time_constant | 307 | kernel/time.c | time_freq -= -ltemp >> (time_constant + |
time_constant | 308 | kernel/time.c | time_constant + SHIFT_KF - |
time_constant | 311 | kernel/time.c | time_freq += ltemp >> (time_constant + |
time_constant | 312 | kernel/time.c | time_constant + SHIFT_KF - |
time_constant | 330 | kernel/time.c | txc.constant = time_constant; |