Home
last modified time | relevance | path

Searched refs:rtype_strs (Results 1 – 2 of 2) sorted by relevance

/drivers/nvme/target/
A Dtrace.c208 static const char * const rtype_strs[] = { variable
235 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()
/drivers/nvme/host/
A Dtrace.c254 static const char * const rtype_strs[] = { variable
281 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