tag | line | file | source code |
test_bit | 221 | drivers/block/floppy.c | #define TESTF(x) (test_bit(x##_BIT, &DRS->flags)) |
test_bit | 229 | drivers/block/floppy.c | #define UTESTF(x) (test_bit(x##_BIT, &UDRS->flags)) |
test_bit | 2622 | drivers/block/floppy.c | if (test_bit(current_drive, &fake_change) || |
test_bit | 3541 | drivers/block/floppy.c | test_bit(drive, &fake_change) || |
test_bit | 3560 | drivers/block/floppy.c | test_bit(drive, &fake_change) || |
test_bit | 3564 | drivers/block/floppy.c | if (!(cf || test_bit(drive, &fake_change) || NO_GEOM)){ |
test_bit | 867 | drivers/char/istallion.c | while (test_bit(ST_INITIALIZING, &portp->state)) { |
test_bit | 982 | drivers/char/istallion.c | if (test_bit(ST_TXBUSY, &portp->state)) { |
test_bit | 1099 | drivers/char/istallion.c | while (test_bit(ST_CLOSING, &portp->state)) { |
test_bit | 1133 | drivers/char/istallion.c | while (test_bit(ST_OPENING, &portp->state)) { |
test_bit | 1175 | drivers/char/istallion.c | while (test_bit(ST_CLOSING, &portp->state)) { |
test_bit | 1208 | drivers/char/istallion.c | while (test_bit(ST_CLOSING, &portp->state)) { |
test_bit | 1241 | drivers/char/istallion.c | while (test_bit(ST_CMDING, &portp->state)) { |
test_bit | 1251 | drivers/char/istallion.c | while (test_bit(ST_CMDING, &portp->state)) { |
test_bit | 1476 | drivers/char/istallion.c | if (test_bit(ST_TXBUSY, &portp->state)) { |
test_bit | 1606 | drivers/char/istallion.c | if (test_bit(ST_TXBUSY, &portp->state)) { |
test_bit | 1712 | drivers/char/istallion.c | if ((len == 0) && test_bit(ST_TXBUSY, &portp->state)) |
test_bit | 2107 | drivers/char/istallion.c | if (! test_bit(ST_CLOSING, &portp->state)) |
test_bit | 2111 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
test_bit | 2166 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
test_bit | 2170 | drivers/char/istallion.c | if (test_bit(ST_DOFLUSHRX, &portp->state)) { |
test_bit | 2206 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
test_bit | 2255 | drivers/char/istallion.c | if (test_bit(ST_RXSTOP, &portp->state)) |
test_bit | 2314 | drivers/char/istallion.c | if (test_bit(ST_DOSIGS, &portp->state)) { |
test_bit | 2315 | drivers/char/istallion.c | if (test_bit(ST_DOFLUSHTX, &portp->state) && test_bit(ST_DOFLUSHRX, &portp->state)) |
test_bit | 2317 | drivers/char/istallion.c | else if (test_bit(ST_DOFLUSHTX, &portp->state)) |
test_bit | 2319 | drivers/char/istallion.c | else if (test_bit(ST_DOFLUSHRX, &portp->state)) |
test_bit | 2330 | drivers/char/istallion.c | } else if (test_bit(ST_DOFLUSHTX, &portp->state) || test_bit(ST_DOFLUSHRX, &portp->state)) { |
test_bit | 2331 | drivers/char/istallion.c | cmd = ((test_bit(ST_DOFLUSHTX, &portp->state)) ? FLUSHTX : 0); |
test_bit | 2332 | drivers/char/istallion.c | cmd |= ((test_bit(ST_DOFLUSHRX, &portp->state)) ? FLUSHRX : 0); |
test_bit | 2373 | drivers/char/istallion.c | if (test_bit(ST_OPENING, &portp->state)) { |
test_bit | 2388 | drivers/char/istallion.c | if (test_bit(ST_CLOSING, &portp->state)) { |
test_bit | 2404 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
test_bit | 2487 | drivers/char/istallion.c | if ((!donerx) && test_bit(ST_RXING, &portp->state)) { |
test_bit | 2573 | drivers/char/istallion.c | if (test_bit(ST_OPENING, &portp->state) || |
test_bit | 2574 | drivers/char/istallion.c | test_bit(ST_CLOSING, &portp->state) || |
test_bit | 2575 | drivers/char/istallion.c | test_bit(ST_CMDING, &portp->state) || |
test_bit | 2576 | drivers/char/istallion.c | test_bit(ST_TXBUSY, &portp->state)) { |
test_bit | 992 | drivers/char/keyboard.c | if(test_bit(k, key_down)) { |
test_bit | 381 | drivers/char/n_tty.c | if (!test_bit(c, &tty->process_char_map) || tty->lnext) { |
test_bit | 209 | drivers/char/pty.c | while (test_bit(TTY_SLAVE_CLOSED, &tty->link->flags) && |
test_bit | 284 | drivers/char/selection.c | if (test_bit(TTY_THROTTLED, &tty->flags)) { |
test_bit | 830 | drivers/char/stallion.c | if (test_bit(ASYI_TXBUSY, &portp->istate)) { |
test_bit | 1090 | drivers/char/stallion.c | if ((size == 0) && test_bit(ASYI_TXBUSY, &portp->istate)) |
test_bit | 1578 | drivers/char/stallion.c | if ((len == 0) || ((len < STL_TXBUFLOW) && (test_bit(ASYI_TXLOW, &portp->istate) == 0))) { |
test_bit | 1909 | drivers/char/stallion.c | if (test_bit(ASYI_TXLOW, &portp->istate)) { |
test_bit | 1914 | drivers/char/stallion.c | if (test_bit(ASYI_DCDCHANGE, &portp->istate)) { |
test_bit | 1188 | drivers/char/tty_io.c | if (!retval && test_bit(TTY_EXCLUSIVE, &tty->flags) && !suser()) |
test_bit | 203 | drivers/char/tty_ioctl.c | if (test_bit(tail, &tty->read_flags) && |
test_bit | 299 | 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 | 1133 | drivers/net/eql.c | return test_bit(1, (void *) &queue->lock); |
test_bit | 510 | drivers/net/lance.c | if (test_bit(dma, &dma_channels)) |
test_bit | 260 | drivers/net/skeleton.c | if (test_bit(i, &new_dma_status)) { |
test_bit | 897 | drivers/net/slip.c | if (!test_bit(SLF_ERROR, &sl->flags)) { |
test_bit | 969 | drivers/net/slip.c | if (!test_bit(SLF_ERROR, &sl->flags)) { |
test_bit | 308 | 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 | 534 | fs/ext2/balloc.c | return test_bit ((block - sb->u.ext2_sb.s_es->s_first_data_block) % |
test_bit | 561 | fs/ext2/balloc.c | if (!test_bit (0, bh->b_data)) |
test_bit | 566 | fs/ext2/balloc.c | if (!test_bit (j + 1, bh->b_data)) |
test_bit | 869 | fs/hpfs/hpfs_fs.c | count += (test_bit(i, bits) != 0); |
test_bit | 31 | include/asm-i386/smp_lock.h | if (test_bit(proc, (void *)&smp_invalidate_needed)) |
test_bit | 35 | include/asm-i386/smp_lock.h | while(test_bit(0, (void *)&kernel_flag)); |
test_bit | 157 | include/linux/fs.h | return test_bit(BH_Uptodate, &bh->b_state); |
test_bit | 162 | include/linux/fs.h | return test_bit(BH_Dirty, &bh->b_state); |
test_bit | 167 | include/linux/fs.h | return test_bit(BH_Lock, &bh->b_state); |
test_bit | 172 | include/linux/fs.h | return test_bit(BH_Req, &bh->b_state); |
test_bit | 177 | include/linux/fs.h | return test_bit(BH_Touched, &bh->b_state); |
test_bit | 182 | include/linux/fs.h | return test_bit(BH_Has_aged, &bh->b_state); |
test_bit | 187 | include/linux/fs.h | return test_bit(BH_Protected, &bh->b_state); |
test_bit | 12 | include/linux/locks.h | if (test_bit(BH_Lock, &bh->b_state)) |
test_bit | 272 | mm/swap.c | if (test_bit(offset, p->swap_lockmap)) |
test_bit | 1216 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) { |
test_bit | 1235 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) |