Processes are dynamic entities whose lifetimes in the system range from a few milliseconds to months. Thus, the kernel must be able to handle many processes at the same time.The
kernel reserves a global static array of size NR_TASKS called task in its own address space.
The elements in the array are process descriptor pointers; a null pointer indicates that
a process descriptor hasn’t been associated with the array entry.