Static Arrays in the Linux 2.4.12 Kernel

The table of static arrays is divided according to the first level subdirectories in the Linux source tree. The columns of the table are:

File Where Symbol is Declared:

This is the file where the base symbol of the array is declared. For example, if the array is a structure member, the "Fully Qualified Array Name" will start with the symbol name of an instance of this structure. The is the file where the structure instance is declared.

Scope:

Global, static, or function name (if the static symbol is declared within the context of a function).

Datatype:

The data type of the array.

Fully Qualified Array Name:

If the array is a member of a structure, then for each global or static instance of the structure, the array name will be listed in the context of the symbol name of the structure. This is done in the form of: symname.arrayname[].

Notes:

The "notes" column of the table should provide a very brief description of each array. If there are any resource limits associated with the array, then these limits should be also be described in the notes column.
linux/arch
linux/drivers
linux/fs
linux/init
linux/ipc
linux/kernel
linux/lib
linux/mm
linux/net