tag | line | file | source code |
---|---|---|---|
it_prof_value | 189 | include/linux/sched.h | unsigned long it_real_value, it_prof_value, it_virt_value; |
it_prof_value | 146 | 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 | 92 | kernel/itimer.c | current->it_prof_value = j; |
it_prof_value | 650 | kernel/sched.c | if (current->it_prof_value && !(--current->it_prof_value)) { |
it_prof_value | 651 | kernel/sched.c | current->it_prof_value = current->it_prof_incr; |