Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Darm-smmu.c244 unsigned int spin_cnt, delay; in __arm_smmu_tlb_sync() local
249 for (spin_cnt = TLB_SPIN_COUNT; spin_cnt > 0; spin_cnt--) { in __arm_smmu_tlb_sync()
Darm-smmu-v3.c522 unsigned int spin_cnt; member
785 qp->spin_cnt = 0; in queue_poll_init()
797 } else if (++qp->spin_cnt < ARM_SMMU_POLL_SPIN_COUNT) { in queue_poll()
802 qp->spin_cnt = 0; in queue_poll()