tag | line | file | source code |
time_constant | 88 | include/linux/timex.h | long time_constant; /* pll time constant */ |
time_constant | 143 | include/linux/timex.h | extern long time_constant; /* pll time constant */ |
time_constant | 55 | kernel/sched.c | long time_constant = 0; /* pll time constant */ |
time_constant | 489 | kernel/sched.c | ltemp = (-(time_offset+1) >> (SHIFT_KG + time_constant)) + 1; |
time_constant | 494 | kernel/sched.c | ltemp = ((time_offset-1) >> (SHIFT_KG + time_constant)) + 1; |
time_constant | 409 | kernel/time.c | time_constant = txc.time_constant; |
time_constant | 426 | kernel/time.c | (time_constant + time_constant); |
time_constant | 429 | kernel/time.c | (time_constant + time_constant); |
time_constant | 447 | kernel/time.c | txc.time_constant = time_constant; |