| tag | line | file | source code |
| find_first_zero_bit | 441 | drivers/scsi/atari_NCR5380.c | cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS ); |
| find_first_zero_bit | 382 | fs/ext2/balloc.c | j = find_first_zero_bit ((unsigned long *) bh->b_data, |
| find_first_zero_bit | 356 | fs/ext2/ialloc.c | if ((j = find_first_zero_bit ((unsigned long *) bh->b_data, |
| find_first_zero_bit | 80 | fs/minix/bitmap.c | if ((j=find_first_zero_bit(bh->b_data, 8192)) < 8192) |
| find_first_zero_bit | 232 | fs/minix/bitmap.c | if ((j=find_first_zero_bit(bh->b_data, 8192)) < 8192) |
| find_first_zero_bit | 184 | fs/proc/root.c | int i = find_first_zero_bit((void *) proc_alloc_map, PROC_NDYNAMIC); |
| find_first_zero_bit | 121 | include/asm-i386/bitops.h | res = find_first_zero_bit (p, size - 32 * (p - (unsigned long *) addr)); |
| find_first_zero_bit | 97 | include/asm-m68k/bitops.h | res = find_first_zero_bit (p, size - 32 * (p - addr)); |
| find_first_zero_bit | 217 | include/asm-mips/bitops.h | res = find_first_zero_bit (p, size - 32 * (p - (unsigned long *) addr)); |