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

/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c3319 #define SDEBUG_RLUN_ARR_SZ 256 macro
3330 unsigned char arr[SDEBUG_RLUN_ARR_SZ]; resp_report_luns()
3341 memset(arr, 0, SDEBUG_RLUN_ARR_SZ); resp_report_luns()
3351 n = min((int)((SDEBUG_RLUN_ARR_SZ - 8) / resp_report_luns()
3358 max_addr = arr + SDEBUG_RLUN_ARR_SZ; resp_report_luns()
3375 min((int)alloc_len, SDEBUG_RLUN_ARR_SZ)); resp_report_luns()

Completed in 73 milliseconds