summaryrefslogtreecommitdiffstats
path: root/include/linux/tasks.h
blob: 050bb3875d8e3e45a1a9a390b7b916962ab213d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _LINUX_TASKS_H
#define _LINUX_TASKS_H

/*
 * This is the maximum nr of tasks - change it if you need to
 */
#define NR_TASKS	512

#define MAX_TASKS_PER_USER (NR_TASKS/2)
#define MIN_TASKS_LEFT_FOR_ROOT 4

#endif