taglinefilesource code
key_down84drivers/char/keyboard.cstatic unsigned long key_down[8] = { 0, };
key_down314drivers/char/keyboard.cclear_bit(scancode, key_down);
key_down317drivers/char/keyboard.crep = set_bit(scancode, key_down);
key_down743drivers/char/keyboard.cfor(i=0; i < SIZE(key_down); i++)
key_down744drivers/char/keyboard.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down747drivers/char/keyboard.cif(test_bit(k, key_down)) {