Home
last modified time | relevance | path

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

/linux-6.6.21/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.h252 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
334 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
337 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/linux-6.6.21/arch/s390/kernel/
Dlgr.c183 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()
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Drecovery.c108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
/linux-6.6.21/include/trace/events/
Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \
/linux-6.6.21/kernel/time/
Dtimer.c581 if (timer->flags & TIMER_DEFERRABLE) { in trigger_dyntick_cpu()
911 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base()
924 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()
/linux-6.6.21/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()
/linux-6.6.21/net/mac80211/
Dagg-rx.c382 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
Dagg-tx.c734 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
/linux-6.6.21/net/sched/
Dcls_flow.c518 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
Dsch_sfq.c742 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
/linux-6.6.21/drivers/cpufreq/
Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux-6.6.21/drivers/platform/x86/
Dintel_ips.c1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
/linux-6.6.21/drivers/memory/tegra/
Dtegra210-emc-core.c1960 TIMER_DEFERRABLE); in tegra210_emc_probe()
/linux-6.6.21/mm/
Dpage-writeback.c632 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
/linux-6.6.21/drivers/block/
Dloop.c1999 timer_setup(&lo->timer, loop_free_idle_workers_timer, TIMER_DEFERRABLE); in loop_add()
/linux-6.6.21/kernel/
Dworkqueue.c3864 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool()
6501 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
/linux-6.6.21/drivers/hid/
Dwacom_sys.c2824 timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE); in wacom_probe()
/linux-6.6.21/net/ipv4/
Dtcp.c4654 timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE); in tcp_init()
/linux-6.6.21/drivers/ata/
Dlibata-core.c5487 TIMER_DEFERRABLE); in ata_port_alloc()
/linux-6.6.21/drivers/staging/qlge/
Dqlge_main.c4618 timer_setup(&qdev->timer, qlge_timer, TIMER_DEFERRABLE); in qlge_probe()
/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c3229 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
/linux-6.6.21/drivers/net/ethernet/nvidia/
Dforcedeth.c5748 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()