Searched refs:map_bytes (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.c3326 unsigned int map_bytes; local
3336 map_bytes = map_size >> 3;
3337 map_storep = vmalloc(map_bytes);
3348 memset(map_storep, 0x0, map_bytes);

Completed in 39 milliseconds