Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H A Dcommon.c80 * The queue pointer is moved forward unless "just_peek" is set
82 static u32 xive_read_eq(struct xive_q *q, bool just_peek) in xive_read_eq() argument
95 if (!just_peek) { in xive_read_eq()
116 * If just_peek is set, return the most favored pending
130 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts() argument
143 irq = xive_read_eq(&xc->queue[prio], just_peek); in xive_scan_interrupts()
147 if (just_peek || irq_to_desc(irq)) in xive_scan_interrupts()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H A Dcommon.c101 * The queue pointer is moved forward unless "just_peek" is set
103 static u32 xive_read_eq(struct xive_q *q, bool just_peek) in xive_read_eq() argument
116 if (!just_peek) { in xive_read_eq()
137 * If just_peek is set, return the most favored pending
151 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts() argument
164 irq = xive_read_eq(&xc->queue[prio], just_peek); in xive_scan_interrupts()
168 if (just_peek || irq_to_desc(irq)) in xive_scan_interrupts()

Completed in 5 milliseconds