Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c6801 static void __busy_poll_stop(struct napi_struct *napi, bool skip_schedule) in __busy_poll_stop() argument
6803 if (!skip_schedule) { in __busy_poll_stop()
6824 bool skip_schedule = false; in busy_poll_stop() local
6848 skip_schedule = true; in busy_poll_stop()
6863 __busy_poll_stop(napi, skip_schedule); in busy_poll_stop()