tag | line | file | source code |
---|---|---|---|
it_prof_value | 213 | include/linux/sched.h | unsigned long it_real_value, it_prof_value, it_virt_value; |
it_prof_value | 149 | kernel/fork.c | p->it_real_value = p->it_virt_value = p->it_prof_value = 0; |
it_prof_value | 45 | kernel/itimer.c | val = current->it_prof_value; |
it_prof_value | 101 | kernel/itimer.c | current->it_prof_value = j; |
it_prof_value | 642 | kernel/sched.c | if (current->it_prof_value && !(--current->it_prof_value)) { |
it_prof_value | 643 | kernel/sched.c | current->it_prof_value = current->it_prof_incr; |