Searched refs:map_storep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 318 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...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 328 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...] |
Completed in 20 milliseconds