Searched refs:iova_fq (Results 1 – 2 of 2) sorted by relevance
93 iovad->fq = alloc_percpu(struct iova_fq); in init_iova_flush_queue()101 struct iova_fq *fq; in init_iova_flush_queue()454 static inline bool fq_full(struct iova_fq *fq) in fq_full()460 static inline unsigned fq_ring_add(struct iova_fq *fq) in fq_ring_add()471 static void fq_ring_free(struct iova_domain *iovad, struct iova_fq *fq) in fq_ring_free()514 struct iova_fq *fq = per_cpu_ptr(iovad->fq, cpu); in fq_destroy_all_entries()532 struct iova_fq *fq; in fq_flush_timeout()545 struct iova_fq *fq = raw_cpu_ptr(iovad->fq); in queue_iova()
63 struct iova_fq { struct87 struct iova_fq __percpu *fq; /* Flush Queue */ argument