tag | line | file | source code |
---|---|---|---|
MAX_CHRDEV | 23 | fs/devices.c | static struct device_struct chrdevs[MAX_CHRDEV] = { |
MAX_CHRDEV | 37 | fs/devices.c | for (i = 0; i < MAX_CHRDEV ; i++) { |
MAX_CHRDEV | 60 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 68 | fs/devices.c | for (major = MAX_CHRDEV-1; major > 0; major--) { |
MAX_CHRDEV | 77 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 109 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 227 | fs/devices.c | if (i >= MAX_CHRDEV || !chrdevs[i].fops) |