Searched refs:defer_hard_irqs_count (Results 1 – 2 of 2) sorted by relevance
6495 n->defer_hard_irqs_count = READ_ONCE(n->dev->napi_defer_hard_irqs); in napi_complete_done()6497 if (n->defer_hard_irqs_count > 0) { in napi_complete_done()6498 n->defer_hard_irqs_count--; in napi_complete_done()
335 int defer_hard_irqs_count; member