Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddev.c6123 n->defer_hard_irqs_count = READ_ONCE(n->dev->napi_defer_hard_irqs); in napi_complete_done()
6125 if (n->defer_hard_irqs_count > 0) { in napi_complete_done()
6126 n->defer_hard_irqs_count--; in napi_complete_done()
6233 napi->defer_hard_irqs_count = READ_ONCE(napi->dev->napi_defer_hard_irqs); in busy_poll_stop()
6235 if (napi->defer_hard_irqs_count && timeout) { in busy_poll_stop()
/openbmc/linux/include/linux/
H A Dnetdevice.h363 int defer_hard_irqs_count; member