| tag | line | file | source code |
| time_constant | 84 | include/linux/timex.h | long time_constant; /* pll time constant */ |
| time_constant | 127 | include/linux/timex.h | extern long time_constant; /* pll time constant */ |
| time_constant | 51 | kernel/sched.c | long time_constant = 0; /* pll time constant */ |
| time_constant | 502 | kernel/sched.c | ltemp = (-(time_offset+1) >> (SHIFT_KG + time_constant)) + 1; |
| time_constant | 507 | kernel/sched.c | ltemp = ((time_offset-1) >> (SHIFT_KG + time_constant)) + 1; |
| time_constant | 380 | kernel/time.c | time_constant = txc.time_constant; |
| time_constant | 397 | kernel/time.c | (time_constant + time_constant); |
| time_constant | 400 | kernel/time.c | (time_constant + time_constant); |
| time_constant | 418 | kernel/time.c | txc.time_constant = time_constant; |