Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dtrace.c247 static const char * const rrela_strs[] = { in nvmet_trace_resv_rel() local
258 if (rrela < ARRAY_SIZE(rrela_strs) && rrela_strs[rrela]) in nvmet_trace_resv_rel()
259 rrela_str = rrela_strs[rrela]; in nvmet_trace_resv_rel()
/linux-6.15/drivers/nvme/host/
H A Dtrace.c293 static const char * const rrela_strs[] = { in nvme_trace_resv_rel() local
304 if (rrela < ARRAY_SIZE(rrela_strs) && rrela_strs[rrela]) in nvme_trace_resv_rel()
305 rrela_str = rrela_strs[rrela]; in nvme_trace_resv_rel()