tag | line | file | source code |
test_bit | 168 | drivers/block/floppy.c | #define TESTF(x) (test_bit(x##_BIT, &DRS->flags)) |
test_bit | 176 | drivers/block/floppy.c | #define UTESTF(x) (test_bit(x##_BIT, &UDRS->flags)) |
test_bit | 2459 | drivers/block/floppy.c | if(test_bit(current_drive, &fake_change) || |
test_bit | 3088 | drivers/block/floppy.c | test_bit(drive, &fake_change) || |
test_bit | 3105 | drivers/block/floppy.c | if(UTESTF(FD_DISK_CHANGED) || test_bit(drive, &fake_change) || NO_GEOM){ |
test_bit | 3108 | drivers/block/floppy.c | if(! (cf || test_bit(drive, &fake_change) || NO_GEOM)){ |
test_bit | 976 | drivers/char/keyboard.c | if(test_bit(k, key_down)) { |
test_bit | 374 | drivers/char/n_tty.c | if (!test_bit(c, &tty->process_char_map) || tty->lnext) { |
test_bit | 283 | drivers/char/selection.c | if (test_bit(TTY_THROTTLED, &tty->flags)) { |
test_bit | 1146 | drivers/char/tty_io.c | if (!retval && test_bit(TTY_EXCLUSIVE, &tty->flags) && !suser()) |
test_bit | 210 | drivers/char/tty_ioctl.c | if (test_bit(tail, &tty->read_flags) && |
test_bit | 297 | drivers/net/atp.c | char outval = test_bit(num_bits, &cmd) ? EE_DATA_WRITE : 0; |
test_bit | 69 | drivers/net/auto_irq.c | if (test_bit(i, &irqs_busy) == 0 |
test_bit | 108 | drivers/net/auto_irq.c | if (test_bit(i, (void *)&irq_handled)) |
test_bit | 497 | drivers/net/lance.c | if (test_bit(dma, &dma_channels)) |
test_bit | 234 | drivers/net/skeleton.c | if (test_bit(new_dma, &new_dma_status)) { |
test_bit | 848 | drivers/net/slip.c | if (!test_bit(SLF_ERROR, &sl->flags)) { |
test_bit | 920 | drivers/net/slip.c | if (!test_bit(SLF_ERROR, &sl->flags)) { |
test_bit | 302 | fs/ext2/balloc.c | if (!test_bit(j, bh->b_data)) { |
test_bit | 397 | fs/ext2/balloc.c | for (k = 0; k < 7 && j > 0 && !test_bit (j - 1, bh->b_data); k++, j--); |
test_bit | 515 | fs/ext2/balloc.c | return test_bit ((block - sb->u.ext2_sb.s_es->s_first_data_block) % |
test_bit | 542 | fs/ext2/balloc.c | if (!test_bit (0, bh->b_data)) |
test_bit | 547 | fs/ext2/balloc.c | if (!test_bit (j + 1, bh->b_data)) |
test_bit | 855 | fs/hpfs/hpfs_fs.c | count += (test_bit(i, bits) != 0); |
test_bit | 23 | include/linux/time.h | #define FD_ISSET(fd,fdsetp) (0 != test_bit(fd,fdsetp)) |
test_bit | 197 | mm/swap.c | if (test_bit(offset, p->swap_lockmap)) |
test_bit | 1122 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) { |
test_bit | 1141 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) |