tag | line | file | source code |
it_prof_value | 1116 | arch/i386/kernel/smp.c | if (current->it_prof_value && !(--current->it_prof_value)) { |
it_prof_value | 1117 | arch/i386/kernel/smp.c | current->it_prof_value = current->it_prof_incr; |
it_prof_value | 215 | include/linux/sched.h | unsigned long it_real_value, it_prof_value, it_virt_value; |
it_prof_value | 236 | kernel/fork.c | p->it_real_value = p->it_virt_value = p->it_prof_value = 0; |
it_prof_value | 70 | kernel/itimer.c | val = current->it_prof_value; |
it_prof_value | 147 | kernel/itimer.c | current->it_prof_value = j; |
it_prof_value | 871 | kernel/sched.c | if (current->it_prof_value && !(--current->it_prof_value)) { |
it_prof_value | 872 | kernel/sched.c | current->it_prof_value = current->it_prof_incr; |