Lines Matching refs:map_storep
631 static void *map_storep; /* provisioning map */ variable
2809 mapped = test_bit(index, map_storep); in map_state()
2812 next = find_next_zero_bit(map_storep, map_size, index); in map_state()
2814 next = find_next_bit(map_storep, map_size, index); in map_state()
2830 set_bit(index, map_storep); in map_region()
2846 clear_bit(index, map_storep); in unmap_region()
4662 (int)map_size, map_storep); in map_show()
4911 map_storep = vmalloc(BITS_TO_LONGS(map_size) * sizeof(long)); in scsi_debug_init()
4915 if (map_storep == NULL) { in scsi_debug_init()
4921 bitmap_zero(map_storep, map_size); in scsi_debug_init()
4965 vfree(map_storep); in scsi_debug_init()