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

/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c631 static void *map_storep; /* provisioning map */ variable
2809 mapped = test_bit(index, map_storep); map_state()
2812 next = find_next_zero_bit(map_storep, map_size, index); map_state()
2814 next = find_next_bit(map_storep, map_size, index); map_state()
2830 set_bit(index, map_storep); map_region()
2846 clear_bit(index, map_storep); unmap_region()
4662 (int)map_size, map_storep); map_show()
4911 map_storep = vmalloc(BITS_TO_LONGS(map_size) * sizeof(long)); scsi_debug_init()
4915 if (map_storep == NULL) { scsi_debug_init()
4921 bitmap_zero(map_storep, map_size); scsi_debug_init()
4965 vfree(map_storep); scsi_debug_init()

Completed in 71 milliseconds