Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/arch/s390/kernel/
A Dlgr.c183 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
A Dtopology.c652 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Drecovery.c108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
/linux-6.3-rc2/include/trace/events/
A Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \
/linux-6.3-rc2/kernel/time/
A 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.3-rc2/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-6.3-rc2/net/mac80211/
A Dagg-rx.c382 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
A Dagg-tx.c711 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
/linux-6.3-rc2/net/sched/
A Dcls_flow.c518 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-6.3-rc2/drivers/cpufreq/
A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux-6.3-rc2/drivers/platform/x86/
A Dintel_ips.c1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
/linux-6.3-rc2/drivers/memory/tegra/
A Dtegra210-emc-core.c1960 TIMER_DEFERRABLE); in tegra210_emc_probe()
/linux-6.3-rc2/kernel/
A Dworkqueue.c3565 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool()
6072 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
/linux-6.3-rc2/drivers/block/
A Dloop.c1965 timer_setup(&lo->timer, loop_free_idle_workers_timer, TIMER_DEFERRABLE); in loop_add()
/linux-6.3-rc2/mm/
A Dpage-writeback.c632 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
/linux-6.3-rc2/drivers/hid/
A Dwacom_sys.c2782 timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE); in wacom_probe()
/linux-6.3-rc2/drivers/ata/
A Dlibata-core.c5356 TIMER_DEFERRABLE); in ata_port_alloc()
/linux-6.3-rc2/net/ipv4/
A Dtcp.c4752 timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE); in tcp_init()
/linux-6.3-rc2/drivers/staging/qlge/
A Dqlge_main.c4618 timer_setup(&qdev->timer, qlge_timer, TIMER_DEFERRABLE); in qlge_probe()
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c3190 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
/linux-6.3-rc2/drivers/net/ethernet/nvidia/
A Dforcedeth.c5748 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()

Completed in 94 milliseconds