Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c4132 #define RL_BUCKET_ELEMS 8 macro
4150 u8 arr[RL_BUCKET_ELEMS * sizeof(struct scsi_lun)]; in resp_report_luns()
4211 for ( ; j < RL_BUCKET_ELEMS; ++j, ++lun_p) { in resp_report_luns()
4212 if ((k * RL_BUCKET_ELEMS) + j > lun_cnt) in resp_report_luns()
4218 if (j < RL_BUCKET_ELEMS) in resp_report_luns()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c4282 #define RL_BUCKET_ELEMS 8 macro
4300 u8 arr[RL_BUCKET_ELEMS * sizeof(struct scsi_lun)]; in resp_report_luns()
4361 for ( ; j < RL_BUCKET_ELEMS; ++j, ++lun_p) { in resp_report_luns()
4362 if ((k * RL_BUCKET_ELEMS) + j > lun_cnt) in resp_report_luns()
4368 if (j < RL_BUCKET_ELEMS) in resp_report_luns()

Completed in 20 milliseconds