Searched refs:in_net_epoch (Results 1 – 2 of 2) sorted by relevance
453 bool in_net_epoch; in taskqueue_run_locked() local460 in_net_epoch = false; in taskqueue_run_locked()473 if (!in_net_epoch && TASK_IS_NET(task)) { in taskqueue_run_locked()474 in_net_epoch = true; in taskqueue_run_locked()476 } else if (in_net_epoch && !TASK_IS_NET(task)) { in taskqueue_run_locked()478 in_net_epoch = false; in taskqueue_run_locked()485 if (in_net_epoch) in taskqueue_run_locked()
348 bool in_net_epoch; in gtaskqueue_run_locked() local354 in_net_epoch = false; in gtaskqueue_run_locked()364 if (!in_net_epoch && TASK_IS_NET(gtask)) { in gtaskqueue_run_locked()365 in_net_epoch = true; in gtaskqueue_run_locked()367 } else if (in_net_epoch && !TASK_IS_NET(gtask)) { in gtaskqueue_run_locked()369 in_net_epoch = false; in gtaskqueue_run_locked()376 if (in_net_epoch) in gtaskqueue_run_locked()