Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c628 static void *map_storep; /* provisioning map */ variable
2812 mapped = test_bit(index, map_storep); in map_state()
2815 next = find_next_zero_bit(map_storep, map_size, index); in map_state()
2817 next = find_next_bit(map_storep, map_size, index); in map_state()
2833 set_bit(index, map_storep); in map_region()
2849 clear_bit(index, map_storep); in unmap_region()
4662 (int)map_size, map_storep); in map_show()
4916 map_storep = vmalloc(BITS_TO_LONGS(map_size) * sizeof(long)); in scsi_debug_init()
4920 if (map_storep == NULL) { in scsi_debug_init()
4926 bitmap_zero(map_storep, map_size); in scsi_debug_init()
[all …]