TIMER_DEFERRABLE 1528 arch/powerpc/mm/numa.c 				    TIMER_DEFERRABLE);
TIMER_DEFERRABLE  184 arch/s390/kernel/lgr.c 	timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  637 arch/s390/kernel/topology.c 	timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 1184 drivers/acpi/apei/ghes.c 		timer_setup(&ghes->timer, ghes_poll_func, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 6043 drivers/ata/libata-core.c 		    TIMER_DEFERRABLE);
TIMER_DEFERRABLE  867 drivers/cpufreq/powernv-cpufreq.c 		    TIMER_PINNED | TIMER_DEFERRABLE);
TIMER_DEFERRABLE 1084 drivers/hsi/clients/ssi_protocol.c 	timer_setup(&ssi->rx_wd, ssip_rx_wd, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 1085 drivers/hsi/clients/ssi_protocol.c 	timer_setup(&ssi->tx_wd, ssip_tx_wd, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 5707 drivers/net/ethernet/nvidia/forcedeth.c 	timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 3055 drivers/net/vxlan.c 	timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  108 drivers/net/wireless/ath/ath6kl/recovery.c 		    TIMER_DEFERRABLE);
TIMER_DEFERRABLE 1034 drivers/platform/x86/intel_ips.c 	timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 4806 drivers/staging/qlge/qlge_main.c 	timer_setup(&qdev->timer, ql_timer, TIMER_DEFERRABLE);
TIMER_DEFERRABLE   73 include/linux/timer.h #define TIMER_TRACE_FLAGMASK	(TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
TIMER_DEFERRABLE  204 include/linux/workqueue.h 	struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
TIMER_DEFERRABLE  278 include/linux/workqueue.h 	__INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
TIMER_DEFERRABLE  281 include/linux/workqueue.h 	__INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
TIMER_DEFERRABLE   43 include/trace/events/timer.h 		{  TIMER_DEFERRABLE,	"D" },		\
TIMER_DEFERRABLE  566 kernel/time/timer.c 	if (timer->flags & TIMER_DEFERRABLE) {
TIMER_DEFERRABLE  844 kernel/time/timer.c 	if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
TIMER_DEFERRABLE  857 kernel/time/timer.c 	if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
TIMER_DEFERRABLE 3431 kernel/workqueue.c 	timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE);
TIMER_DEFERRABLE 5829 kernel/workqueue.c 	timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  653 mm/page-writeback.c 	timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  394 net/mac80211/agg-rx.c 		    sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  677 net/mac80211/agg-tx.c 		    sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  516 net/sched/cls_flow.c 	timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE);
TIMER_DEFERRABLE  739 net/sched/sch_sfq.c 	timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE);