tag | line | file | source code |
---|---|---|---|
MAX_CHRDEV | 24 | fs/devices.c | static struct device_struct chrdevs[MAX_CHRDEV] = { |
MAX_CHRDEV | 41 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 48 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 70 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 153 | fs/devices.c | if (i >= MAX_CHRDEV || !chrdevs[i].fops) |