Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c324 void *map_storep; /* provisioning map */ member
3535 mapped = test_bit(index, sip->map_storep); in map_state()
3538 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
3540 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
3556 set_bit(index, sip->map_storep); in map_region()
3574 clear_bit(index, sip->map_storep); in unmap_region()
6696 (int)map_size, sip->map_storep); in map_show()
7186 vfree(sip->map_storep); in sdebug_erase_store()
7267 sip->map_storep = vmalloc(array_size(sizeof(long), in sdebug_add_store()
7272 if (!sip->map_storep) { in sdebug_add_store()
[all …]