NVMET_ERROR_LOG_SLOTS 46 drivers/nvme/target/admin-cmd.c slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS; NVMET_ERROR_LOG_SLOTS 48 drivers/nvme/target/admin-cmd.c for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) { NVMET_ERROR_LOG_SLOTS 54 drivers/nvme/target/admin-cmd.c slot = NVMET_ERROR_LOG_SLOTS - 1; NVMET_ERROR_LOG_SLOTS 343 drivers/nvme/target/admin-cmd.c id->elpe = NVMET_ERROR_LOG_SLOTS - 1; NVMET_ERROR_LOG_SLOTS 689 drivers/nvme/target/core.c &ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS]; NVMET_ERROR_LOG_SLOTS 202 drivers/nvme/target/nvmet.h struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];