/linux-6.6.21/include/linux/ |
D | timer.h | 67 #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)
|
D | workqueue.h | 252 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/ |
D | lgr.c | 183 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
|
D | topology.c | 647 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
|
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/ |
D | recovery.c | 108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
|
/linux-6.6.21/include/trace/events/ |
D | timer.h | 43 { TIMER_DEFERRABLE, "D" }, \
|
/linux-6.6.21/kernel/time/ |
D | timer.c | 581 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/ |
D | ssi_protocol.c | 1084 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/ |
D | agg-rx.c | 382 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
|
D | agg-tx.c | 734 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
|
/linux-6.6.21/net/sched/ |
D | cls_flow.c | 518 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
|
D | sch_sfq.c | 742 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
|
/linux-6.6.21/drivers/cpufreq/ |
D | powernv-cpufreq.c | 869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/linux-6.6.21/drivers/platform/x86/ |
D | intel_ips.c | 1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
|
/linux-6.6.21/drivers/memory/tegra/ |
D | tegra210-emc-core.c | 1960 TIMER_DEFERRABLE); in tegra210_emc_probe()
|
/linux-6.6.21/mm/ |
D | page-writeback.c | 632 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
|
/linux-6.6.21/drivers/block/ |
D | loop.c | 1999 timer_setup(&lo->timer, loop_free_idle_workers_timer, TIMER_DEFERRABLE); in loop_add()
|
/linux-6.6.21/kernel/ |
D | workqueue.c | 3864 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/ |
D | wacom_sys.c | 2824 timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE); in wacom_probe()
|
/linux-6.6.21/net/ipv4/ |
D | tcp.c | 4654 timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE); in tcp_init()
|
/linux-6.6.21/drivers/ata/ |
D | libata-core.c | 5487 TIMER_DEFERRABLE); in ata_port_alloc()
|
/linux-6.6.21/drivers/staging/qlge/ |
D | qlge_main.c | 4618 timer_setup(&qdev->timer, qlge_timer, TIMER_DEFERRABLE); in qlge_probe()
|
/linux-6.6.21/drivers/net/vxlan/ |
D | vxlan_core.c | 3229 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
|
/linux-6.6.21/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 5748 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()
|