tag | line | file | source code |
---|---|---|---|
this_user_tasks | 31 | kernel/fork.c | int this_user_tasks; |
this_user_tasks | 36 | kernel/fork.c | this_user_tasks = 0; |
this_user_tasks | 41 | kernel/fork.c | this_user_tasks++; |
this_user_tasks | 45 | kernel/fork.c | if (this_user_tasks > MAX_TASKS_PER_USER && !suser()) |