Searched refs:map_storep (Results 1 – 1 of 1) sorted by relevance
631 static void *map_storep; /* provisioning map */ variable2809 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()[all …]