TIMER_DEFERRABLE
timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE);
timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE);
TIMER_DEFERRABLE);
timer_setup(&lo->timer, loop_free_idle_workers_timer, TIMER_DEFERRABLE);
TIMER_PINNED | TIMER_DEFERRABLE);
timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE);
timer_setup(&ssi->rx_wd, ssip_rx_wd, TIMER_DEFERRABLE);
timer_setup(&ssi->tx_wd, ssip_tx_wd, TIMER_DEFERRABLE);
TIMER_DEFERRABLE);
timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE);
timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE);
TIMER_DEFERRABLE);
timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE);
timer_setup(&ls->ls_scan_timer, dlm_rsb_scan, TIMER_DEFERRABLE);
#define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
#define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
__INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
__INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
{ TIMER_DEFERRABLE, "D" }, \
if (!is_timers_nohz_active() || timer->flags & TIMER_DEFERRABLE)
if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE);
timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE);
timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE);
timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE);
sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE);
sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE);
timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE);
timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE);