taglinefilesource code
key_down102drivers/char/keyboard.cstatic unsigned long key_down[256/BITS_PER_LONG] = { 0, };
key_down501drivers/char/keyboard.cif(!clear_bit(keycode, key_down)) {
key_down510drivers/char/keyboard.crep = set_bit(keycode, key_down);
key_down985drivers/char/keyboard.cfor(i=0; i < SIZE(key_down); i++)
key_down986drivers/char/keyboard.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down989drivers/char/keyboard.cif(test_bit(k, key_down)) {