Searched refs:kdb_max_commands (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_main.c80 static int kdb_max_commands = KDB_BASE_CMD_MAX; variable
84 num < kdb_max_commands; \
975 if (i == kdb_max_commands) {
987 if (i < kdb_max_commands) {
2756 if (i >= kdb_max_commands) {
2757 kdbtab_t *new = kmalloc((kdb_max_commands - KDB_BASE_CMD_MAX +
2766 kdb_max_commands * sizeof(*new));
2769 memset(new + kdb_max_commands, 0,
2772 kp = kdb_commands + kdb_max_commands;
2773 kdb_max_commands
[all...]

Completed in 117 milliseconds