Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h332 TP_PROTO(struct sdma_engine *sde, int aidx),
333 TP_ARGS(sde, aidx),
335 __field(int, aidx)
340 __entry->aidx = aidx;
345 __entry->aidx
350 TP_PROTO(struct sdma_engine *sde, int aidx),
351 TP_ARGS(sde, aidx));
354 TP_PROTO(struct sdma_engine *sde, int aidx),
355 TP_ARGS(sde, aidx));
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c1629 unsigned int aidx = 0, bidx = 0; in pmt_telemdir_sort() local
1631 sscanf((*a)->d_name, "telem%u", &aidx); in pmt_telemdir_sort()
1634 return aidx >= bidx; in pmt_telemdir_sort()