tag | line | file | source code |
test_bit | 698 | drivers/char/keyboard.c | if(test_bit(k, key_down)) { |
test_bit | 1479 | drivers/char/tty_io.c | if (test_bit(TTY_EXCLUSIVE, &tty->flags) && !suser()) |
test_bit | 338 | drivers/char/tty_ioctl.c | if (test_bit(tail, &tty->secondary_flags) && |
test_bit | 332 | drivers/net/atp.c | char outval = test_bit(num_bits, &cmd) ? EE_DATA_WRITE : 0; |
test_bit | 103 | drivers/net/auto_irq.c | if (test_bit(i, (void *)&irq_handled)) |
test_bit | 376 | fs/ext2/balloc.c | if (!test_bit(j, bh->b_data)) { |
test_bit | 476 | fs/ext2/balloc.c | for (k = 0; k < 7 && j > 0 && !test_bit (j - 1, bh->b_data); k++, j--); |
test_bit | 594 | fs/ext2/balloc.c | return test_bit ((block - sb->u.ext2_sb.s_es->s_first_data_block) % |
test_bit | 850 | fs/hpfs/hpfs_fs.c | count += (test_bit(i, bits) != 0); |
test_bit | 782 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) { |
test_bit | 801 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) |