taglinefilesource code
key_down96drivers/char/keyboard.cstatic unsigned long key_down[256/BITS_PER_LONG] = { 0, };
key_down490drivers/char/keyboard.cif(!clear_bit(keycode, key_down)) {
key_down499drivers/char/keyboard.crep = set_bit(keycode, key_down);
key_down972drivers/char/keyboard.cfor(i=0; i < SIZE(key_down); i++)
key_down973drivers/char/keyboard.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down976drivers/char/keyboard.cif(test_bit(k, key_down)) {