Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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)
Dworkqueue.h204 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
278 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
281 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/kernel/linux/linux-5.10/arch/s390/kernel/
Dlgr.c184 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
Dtopology.c647 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Drecovery.c108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
/kernel/linux/linux-5.10/include/trace/events/
Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \
/kernel/linux/linux-5.10/kernel/time/
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()
/kernel/linux/linux-5.10/drivers/hsi/clients/
Dssi_protocol.c1084 timer_setup(&ssi->rx_wd, ssip_rx_wd, TIMER_DEFERRABLE); in ssi_protocol_probe()
1085 timer_setup(&ssi->tx_wd, ssip_tx_wd, TIMER_DEFERRABLE); in ssi_protocol_probe()
/kernel/linux/linux-5.10/net/mac80211/
Dagg-rx.c396 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
Dagg-tx.c713 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
/kernel/linux/linux-5.10/net/sched/
Dcls_flow.c516 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
Dsch_sfq.c739 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
/kernel/linux/linux-5.10/drivers/cpufreq/
Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_ips.c1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
/kernel/linux/linux-5.10/drivers/memory/tegra/
Dtegra210-emc-core.c1994 TIMER_DEFERRABLE); in tegra210_emc_probe()
/kernel/linux/linux-5.10/mm/
Dpage-writeback.c642 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
/kernel/linux/linux-5.10/kernel/
Dworkqueue.c3436 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool()
5887 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c4260 timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE); in tcp_init()
/kernel/linux/linux-5.10/drivers/ata/
Dlibata-core.c5326 TIMER_DEFERRABLE); in ata_port_alloc()
/kernel/linux/linux-5.10/drivers/staging/qlge/
Dqlge_main.c4620 timer_setup(&qdev->timer, ql_timer, TIMER_DEFERRABLE); in qlge_probe()
/kernel/linux/linux-5.10/drivers/net/
Dvxlan.c3313 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
Dforcedeth.c5746 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()