Searched refs:defer_hard_irqs_count (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/core/
H A Ddev.c6186 n->defer_hard_irqs_count = READ_ONCE(n->dev->napi_defer_hard_irqs);
6188 if (n->defer_hard_irqs_count > 0) {
6189 n->defer_hard_irqs_count--;
6322 napi->defer_hard_irqs_count = READ_ONCE(napi->dev->napi_defer_hard_irqs);
6324 if (napi->defer_hard_irqs_count && timeout) {
/linux-master/include/linux/
H A Dnetdevice.h357 int defer_hard_irqs_count; member in struct:napi_struct

Completed in 356 milliseconds