tag | line | file | source code |
allocated | 101 | arch/mips/kernel/tyne-c.c | static unsigned long allocated; |
allocated | 108 | arch/mips/kernel/tyne-c.c | unsigned long ret = allocated; |
allocated | 109 | arch/mips/kernel/tyne-c.c | allocated += size; |
allocated | 110 | arch/mips/kernel/tyne-c.c | if (allocated > boot_info.dma_cache_size) |
allocated | 119 | arch/mips/kernel/tyne-c.c | allocated = 0; |
allocated | 82 | drivers/sbus/dvma.c | dma->allocated=0; /* No one has allocated us yet */ |
allocated | 106 | drivers/sbus/dvma.c | dma->allocated = 1; |
allocated | 358 | drivers/scsi/atari_NCR5380.c | char allocated[MAX_TAGS/8]; |
allocated | 377 | drivers/scsi/atari_NCR5380.c | memset( &ta->allocated, 0, MAX_TAGS/8 ); |
allocated | 441 | drivers/scsi/atari_NCR5380.c | cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS ); |
allocated | 442 | drivers/scsi/atari_NCR5380.c | set_bit( cmd->tag, &ta->allocated ); |
allocated | 475 | drivers/scsi/atari_NCR5380.c | clear_bit( cmd->tag, &ta->allocated ); |
allocated | 497 | drivers/scsi/atari_NCR5380.c | memset( &ta->allocated, 0, MAX_TAGS/8 ); |
allocated | 365 | drivers/scsi/esp.c | if(ESP_IS_MY_DVMA(esp, dlink) && !dlink->allocated) |
allocated | 375 | drivers/scsi/esp.c | if (dlink->allocated){ |
allocated | 380 | drivers/scsi/esp.c | dlink->allocated = 1; |
allocated | 58 | include/asm-sparc/dma.h | int allocated; /* Are we "owned" by anyone yet? */ |