Searched refs:__poll_portal_fast (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | qman.c | 1161 static inline unsigned int __poll_portal_fast(struct qman_portal *p, 1177 __poll_portal_fast(p, QMAN_POLL_LIMIT); in portal_isr() 1595 * less frequently (ie. per-FQ) than __poll_portal_fast() does, so the nett 1604 static inline unsigned int __poll_portal_fast(struct qman_portal *p, in __poll_portal_fast() function 1756 return __poll_portal_fast(p, limit); in qman_p_poll_dqrr()
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
H A D | qman.c | 1161 static inline unsigned int __poll_portal_fast(struct qman_portal *p, 1177 __poll_portal_fast(p, QMAN_POLL_LIMIT, true); in portal_isr() 1595 * less frequently (ie. per-FQ) than __poll_portal_fast() does, so the nett 1604 static inline unsigned int __poll_portal_fast(struct qman_portal *p, in __poll_portal_fast() function 1756 return __poll_portal_fast(p, limit, false); in qman_p_poll_dqrr()
|
Completed in 9 milliseconds