Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtimer.h67 #define TIMER_DEFERRABLE 0x00080000 macro
70 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
74 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
A Dworkqueue.h199 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
273 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
276 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/linux/arch/s390/kernel/
A Dlgr.c184 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
A Dtopology.c653 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
/linux/drivers/net/wireless/ath/ath6kl/
A Drecovery.c108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
/linux/kernel/time/
A Dtimer.c558 if (timer->flags & TIMER_DEFERRABLE) { in trigger_dyntick_cpu()
858 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base()
871 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()
/linux/include/trace/events/
A Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \
/linux/drivers/hsi/clients/
A Dssi_protocol.c1086 timer_setup(&ssi->rx_wd, ssip_rx_wd, TIMER_DEFERRABLE); in ssi_protocol_probe()
1087 timer_setup(&ssi->tx_wd, ssip_tx_wd, TIMER_DEFERRABLE); in ssi_protocol_probe()
/linux/net/mac80211/
A Dagg-rx.c396 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
A Dagg-tx.c701 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
/linux/net/sched/
A Dcls_flow.c516 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
A Dsch_sfq.c739 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
/linux/drivers/cpufreq/
A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux/drivers/platform/x86/
A Dintel_ips.c1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
/linux/drivers/memory/tegra/
A Dtegra210-emc-core.c1973 TIMER_DEFERRABLE); in tegra210_emc_probe()
/linux/kernel/
A Dworkqueue.c3466 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool()
5953 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
/linux/mm/
A Dpage-writeback.c641 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
/linux/drivers/block/
A Dloop.c1026 TIMER_DEFERRABLE); in loop_configure()
/linux/net/ipv4/
A Dtcp.c4506 timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE); in tcp_init()
/linux/drivers/ata/
A Dlibata-core.c5407 TIMER_DEFERRABLE); in ata_port_alloc()
/linux/drivers/staging/qlge/
A Dqlge_main.c4620 timer_setup(&qdev->timer, qlge_timer, TIMER_DEFERRABLE); in qlge_probe()
/linux/drivers/net/
A Dvxlan.c3315 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
/linux/drivers/net/ethernet/nvidia/
A Dforcedeth.c5742 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()

Completed in 147 milliseconds