Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
threads.h File Reference

Go to the source code of this file.

Macros

#define CONFIG_NR_CPUS   1
 
#define NR_CPUS   CONFIG_NR_CPUS
 
#define MIN_THREADS_LEFT_FOR_ROOT   4
 
#define PID_MAX_DEFAULT   (CONFIG_BASE_SMALL ? 0x1000 : 0x8000)
 
#define PID_MAX_LIMIT
 
#define PIDS_PER_CPU_DEFAULT   1024
 
#define PIDS_PER_CPU_MIN   8
 

Macro Definition Documentation

#define CONFIG_NR_CPUS   1

Definition at line 16 of file threads.h.

#define MIN_THREADS_LEFT_FOR_ROOT   4

Definition at line 22 of file threads.h.

#define NR_CPUS   CONFIG_NR_CPUS

Definition at line 20 of file threads.h.

#define PID_MAX_DEFAULT   (CONFIG_BASE_SMALL ? 0x1000 : 0x8000)

Definition at line 27 of file threads.h.

#define PID_MAX_LIMIT
Value:
(CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \
(sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))

Definition at line 33 of file threads.h.

#define PIDS_PER_CPU_DEFAULT   1024

Definition at line 42 of file threads.h.

#define PIDS_PER_CPU_MIN   8

Definition at line 43 of file threads.h.