Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c318 void *map_storep; /* provisioning map */ member
3384 mapped = test_bit(index, sip->map_storep); in map_state()
3387 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
3389 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
3405 set_bit(index, sip->map_storep); in map_region()
3423 clear_bit(index, sip->map_storep); in unmap_region()
6460 (int)map_size, sip->map_storep); in map_show()
6949 vfree(sip->map_storep); in sdebug_erase_store()
7030 sip->map_storep = vmalloc(array_size(sizeof(long), in sdebug_add_store()
7035 if (!sip->map_storep) { in sdebug_add_store()
[all …]