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