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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c244 static void *map_storep; /* provisioning map */ variable
1967 mapped = test_bit(block, map_storep);
1970 next = find_next_zero_bit(map_storep, map_size, block);
1972 next = find_next_bit(map_storep, map_size, block);
1995 set_bit(block, map_storep);
2017 clear_bit(block, map_storep);
3137 count = bitmap_scnlistprintf(buf, PAGE_SIZE, map_storep, map_size);
3337 map_storep = vmalloc(map_bytes);
3342 if (map_storep == NULL) {
3348 memset(map_storep,
[all...]

Completed in 87 milliseconds