| tag | line | file | source code |
| test_bit | 234 | drivers/block/floppy.c | #define TESTF(x) (test_bit(x##_BIT, &DRS->flags)) |
| test_bit | 242 | drivers/block/floppy.c | #define UTESTF(x) (test_bit(x##_BIT, &UDRS->flags)) |
| test_bit | 2668 | drivers/block/floppy.c | if(test_bit(current_drive, &fake_change) || |
| test_bit | 3335 | drivers/block/floppy.c | test_bit(drive, &fake_change) || |
| test_bit | 3354 | drivers/block/floppy.c | test_bit(drive, &fake_change) || |
| test_bit | 3358 | drivers/block/floppy.c | if(! (cf || test_bit(drive, &fake_change) || NO_GEOM)){ |
| test_bit | 876 | drivers/char/istallion.c | while (test_bit(ST_INITIALIZING, &portp->state)) { |
| test_bit | 991 | drivers/char/istallion.c | if (test_bit(ST_TXBUSY, &portp->state)) { |
| test_bit | 1108 | drivers/char/istallion.c | while (test_bit(ST_CLOSING, &portp->state)) { |
| test_bit | 1142 | drivers/char/istallion.c | while (test_bit(ST_OPENING, &portp->state)) { |
| test_bit | 1184 | drivers/char/istallion.c | while (test_bit(ST_CLOSING, &portp->state)) { |
| test_bit | 1217 | drivers/char/istallion.c | while (test_bit(ST_CLOSING, &portp->state)) { |
| test_bit | 1250 | drivers/char/istallion.c | while (test_bit(ST_CMDING, &portp->state)) { |
| test_bit | 1260 | drivers/char/istallion.c | while (test_bit(ST_CMDING, &portp->state)) { |
| test_bit | 1485 | drivers/char/istallion.c | if (test_bit(ST_TXBUSY, &portp->state)) { |
| test_bit | 1615 | drivers/char/istallion.c | if (test_bit(ST_TXBUSY, &portp->state)) { |
| test_bit | 1721 | drivers/char/istallion.c | if ((len == 0) && test_bit(ST_TXBUSY, &portp->state)) |
| test_bit | 2116 | drivers/char/istallion.c | if (! test_bit(ST_CLOSING, &portp->state)) |
| test_bit | 2120 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
| test_bit | 2175 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
| test_bit | 2179 | drivers/char/istallion.c | if (test_bit(ST_DOFLUSHRX, &portp->state)) { |
| test_bit | 2215 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
| test_bit | 2264 | drivers/char/istallion.c | if (test_bit(ST_RXSTOP, &portp->state)) |
| test_bit | 2323 | drivers/char/istallion.c | if (test_bit(ST_DOSIGS, &portp->state)) { |
| test_bit | 2324 | drivers/char/istallion.c | if (test_bit(ST_DOFLUSHTX, &portp->state) && test_bit(ST_DOFLUSHRX, &portp->state)) |
| test_bit | 2326 | drivers/char/istallion.c | else if (test_bit(ST_DOFLUSHTX, &portp->state)) |
| test_bit | 2328 | drivers/char/istallion.c | else if (test_bit(ST_DOFLUSHRX, &portp->state)) |
| test_bit | 2339 | drivers/char/istallion.c | } else if (test_bit(ST_DOFLUSHTX, &portp->state) || test_bit(ST_DOFLUSHRX, &portp->state)) { |
| test_bit | 2340 | drivers/char/istallion.c | cmd = ((test_bit(ST_DOFLUSHTX, &portp->state)) ? FLUSHTX : 0); |
| test_bit | 2341 | drivers/char/istallion.c | cmd |= ((test_bit(ST_DOFLUSHRX, &portp->state)) ? FLUSHRX : 0); |
| test_bit | 2382 | drivers/char/istallion.c | if (test_bit(ST_OPENING, &portp->state)) { |
| test_bit | 2397 | drivers/char/istallion.c | if (test_bit(ST_CLOSING, &portp->state)) { |
| test_bit | 2413 | drivers/char/istallion.c | if (test_bit(ST_CMDING, &portp->state)) { |
| test_bit | 2496 | drivers/char/istallion.c | if ((!donerx) && test_bit(ST_RXING, &portp->state)) { |
| test_bit | 2582 | drivers/char/istallion.c | if (test_bit(ST_OPENING, &portp->state) || |
| test_bit | 2583 | drivers/char/istallion.c | test_bit(ST_CLOSING, &portp->state) || |
| test_bit | 2584 | drivers/char/istallion.c | test_bit(ST_CMDING, &portp->state) || |
| test_bit | 2585 | drivers/char/istallion.c | test_bit(ST_TXBUSY, &portp->state)) { |
| test_bit | 983 | 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 | 284 | drivers/char/selection.c | if (test_bit(TTY_THROTTLED, &tty->flags)) { |
| test_bit | 834 | drivers/char/stallion.c | if (test_bit(ASYI_TXBUSY, &portp->istate)) { |
| test_bit | 1094 | drivers/char/stallion.c | if ((size == 0) && test_bit(ASYI_TXBUSY, &portp->istate)) |
| test_bit | 1582 | drivers/char/stallion.c | if ((len == 0) || ((len < STL_TXBUFLOW) && (test_bit(ASYI_TXLOW, &portp->istate) == 0))) { |
| test_bit | 1913 | drivers/char/stallion.c | if (test_bit(ASYI_TXLOW, &portp->istate)) { |
| test_bit | 1918 | drivers/char/stallion.c | if (test_bit(ASYI_DCDCHANGE, &portp->istate)) { |
| test_bit | 1173 | 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 | 1141 | drivers/net/eql.c | return test_bit(1, (void *) &queue->lock); |
| test_bit | 511 | drivers/net/lance.c | if (test_bit(dma, &dma_channels)) |
| test_bit | 254 | drivers/net/skeleton.c | if (test_bit(i, &new_dma_status)) { |
| test_bit | 904 | drivers/net/slip.c | if (!test_bit(SLF_ERROR, &sl->flags)) { |
| test_bit | 976 | 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 | 391 | fs/ext2/balloc.c | for (k = 0; k < 7 && j > 0 && !test_bit (j - 1, bh->b_data); k++, j--); |
| test_bit | 509 | fs/ext2/balloc.c | return test_bit ((block - sb->u.ext2_sb.s_es->s_first_data_block) % |
| test_bit | 536 | fs/ext2/balloc.c | if (!test_bit (0, bh->b_data)) |
| test_bit | 541 | fs/ext2/balloc.c | if (!test_bit (j + 1, bh->b_data)) |
| test_bit | 866 | fs/hpfs/hpfs_fs.c | count += (test_bit(i, bits) != 0); |
| test_bit | 210 | mm/swap.c | if (test_bit(offset, p->swap_lockmap)) |
| test_bit | 1161 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) { |
| test_bit | 1180 | mm/swap.c | if (test_bit(i,p->swap_lockmap)) |