shift_lock 38 kernel/debug/kdb/kdb_keyboard.c static int shift_lock; /* CAPS LOCK state (0-off, 1-on) */ shift_lock 110 kernel/debug/kdb/kdb_keyboard.c shift_lock ^= 1; shift_lock 158 kernel/debug/kdb/kdb_keyboard.c if (!shift_lock && !shift_key && !ctrl_key) { shift_lock 160 kernel/debug/kdb/kdb_keyboard.c } else if ((shift_lock || shift_key) && key_maps[1]) {