Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c328 void *map_storep; /* provisioning map */ member
3523 mapped = test_bit(index, sip->map_storep); in map_state()
3526 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
3528 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
3544 set_bit(index, sip->map_storep); in map_region()
3562 clear_bit(index, sip->map_storep); in unmap_region()
6608 (int)map_size, sip->map_storep); in map_show()
7085 vfree(sip->map_storep); in sdebug_erase_store()
7166 sip->map_storep = vmalloc(array_size(sizeof(long), in sdebug_add_store()
7171 if (!sip->map_storep) { in sdebug_add_store()
[all …]