Searched refs:SDEBUG_RLUN_ARR_SZ (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.c2192 #define SDEBUG_RLUN_ARR_SZ 256 macro
2202 unsigned char arr[SDEBUG_RLUN_ARR_SZ];
2212 memset(arr, 0, SDEBUG_RLUN_ARR_SZ);
2222 n = min((int)((SDEBUG_RLUN_ARR_SZ - 8) /
2229 max_addr = arr + SDEBUG_RLUN_ARR_SZ;
2246 min((int)alloc_len, SDEBUG_RLUN_ARR_SZ));

Completed in 109 milliseconds