Searched refs:rtype_strs (Results 1 – 2 of 2) sorted by relevance
208 static const char * const rtype_strs[] = { variable235 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvmet_trace_resv_acq()236 rtype_str = rtype_strs[rtype]; in nvmet_trace_resv_acq()261 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvmet_trace_resv_rel()262 rtype_str = rtype_strs[rtype]; in nvmet_trace_resv_rel()
254 static const char * const rtype_strs[] = { variable281 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvme_trace_resv_acq()282 rtype_str = rtype_strs[rtype]; in nvme_trace_resv_acq()307 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvme_trace_resv_rel()308 rtype_str = rtype_strs[rtype]; in nvme_trace_resv_rel()
Completed in 7 milliseconds