Searched refs:zorro_unused_z2ram (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/zorro/
H A Dzorro.c83 DECLARE_BITMAP(zorro_unused_z2ram, 128);
84 EXPORT_SYMBOL(zorro_unused_z2ram); variable
104 set_bit(chunk, zorro_unused_z2ram); mark_region()
106 clear_bit(chunk, zorro_unused_z2ram); mark_region()
/linux-4.1.27/drivers/block/
H A Dz2ram.c7 ** ++Geert: support for zorro_unused_z2ram, better range checking
115 if ( test_bit( i, zorro_unused_z2ram ) ) get_z2ram()
120 clear_bit( i, zorro_unused_z2ram ); get_z2ram()
396 set_bit( i++, zorro_unused_z2ram ); z2_exit()
/linux-4.1.27/include/linux/
H A Dzorro.h141 extern DECLARE_BITMAP(zorro_unused_z2ram, 128);

Completed in 86 milliseconds