Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c447 void *map_storep; /* provisioning map */ member
4802 mapped = test_bit(index, sip->map_storep); in map_state()
4805 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
4807 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
4823 set_bit(index, sip->map_storep); in map_region()
4841 clear_bit(index, sip->map_storep); in unmap_region()
8257 (int)map_size, sip->map_storep); in map_show()
8756 vfree(sip->map_storep); in sdebug_erase_store()
8837 sip->map_storep = vcalloc(BITS_TO_LONGS(map_size), in sdebug_add_store()
8842 if (!sip->map_storep) { in sdebug_add_store()