tag
line
file
source code
this_user_tasks
73
kernel/fork.c
int this_user_tasks = 0;
this_user_tasks
82
kernel/fork.c
this_user_tasks++;
this_user_tasks
86
kernel/fork.c
if (this_user_tasks > MAX_TASKS_PER_USER && !suser())