Home
last modified time | relevance | path

Searched refs:INC_IDX_ROUND (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c487 #define INC_IDX_ROUND(idx, size) ((idx) = ((idx) + 1) % (size)) macro
535 if (!INC_IDX_ROUND(spidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()
543 if (!INC_IDX_ROUND(sgtentry, ETR_SG_PTRS_PER_PAGE)) { in tmc_etr_sg_table_populate()
544 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c485 #define INC_IDX_ROUND(idx, size) ((idx) = ((idx) + 1) % (size)) macro
533 if (!INC_IDX_ROUND(spidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()
541 if (!INC_IDX_ROUND(sgtentry, ETR_SG_PTRS_PER_PAGE)) { in tmc_etr_sg_table_populate()
542 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()

Completed in 5 milliseconds