Home
last modified time | relevance | path

Searched refs:BLOCK_FREE (Results 1 – 1 of 1) sorted by relevance

/arch/m68k/atari/
Dstram.c92 #define BLOCK_FREE 0x01 /* free structure in the BLOCKs pool */ macro
129 static_blocks[i].flags = BLOCK_FREE; in atari_stram_init()
257 if (static_blocks[i].flags & BLOCK_FREE) { in add_region()
315 block->flags |= BLOCK_FREE; in remove_region()