taglinefilesource code
allocated101arch/mips/kernel/tyne-c.cstatic unsigned long allocated;
allocated108arch/mips/kernel/tyne-c.cunsigned long ret = allocated;
allocated109arch/mips/kernel/tyne-c.callocated += size;
allocated110arch/mips/kernel/tyne-c.cif (allocated > boot_info.dma_cache_size)
allocated119arch/mips/kernel/tyne-c.callocated = 0;
allocated82drivers/sbus/dvma.cdma->allocated=0;    /* No one has allocated us yet */
allocated106drivers/sbus/dvma.cdma->allocated = 1;
allocated358drivers/scsi/atari_NCR5380.cchar  allocated[MAX_TAGS/8];
allocated377drivers/scsi/atari_NCR5380.cmemset( &ta->allocated, 0, MAX_TAGS/8 );
allocated441drivers/scsi/atari_NCR5380.ccmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
allocated442drivers/scsi/atari_NCR5380.cset_bit( cmd->tag, &ta->allocated );
allocated475drivers/scsi/atari_NCR5380.cclear_bit( cmd->tag, &ta->allocated );
allocated497drivers/scsi/atari_NCR5380.cmemset( &ta->allocated, 0, MAX_TAGS/8 );
allocated365drivers/scsi/esp.cif(ESP_IS_MY_DVMA(esp, dlink) && !dlink->allocated)
allocated375drivers/scsi/esp.cif (dlink->allocated){
allocated380drivers/scsi/esp.cdlink->allocated = 1;
allocated58include/asm-sparc/dma.hint allocated;           /* Are we "owned" by anyone yet? */