Searched refs:TIMER_DEFERRABLE (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.4/include/linux/ |
D | timer.h | 67 #define TIMER_DEFERRABLE 0x00080000 macro 73 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
|
D | workqueue.h | 204 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)
|
/Linux-v5.4/arch/s390/kernel/ |
D | lgr.c | 184 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
|
D | topology.c | 637 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
|
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
D | recovery.c | 108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
|
/Linux-v5.4/include/trace/events/ |
D | timer.h | 43 { TIMER_DEFERRABLE, "D" }, \
|
/Linux-v5.4/kernel/time/ |
D | timer.c | 566 if (timer->flags & TIMER_DEFERRABLE) { in trigger_dyntick_cpu() 844 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base() 857 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()
|
/Linux-v5.4/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-v5.4/net/mac80211/ |
D | agg-rx.c | 394 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
|
D | agg-tx.c | 677 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
|
/Linux-v5.4/net/sched/ |
D | cls_flow.c | 516 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
|
D | sch_sfq.c | 730 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
|
/Linux-v5.4/drivers/cpufreq/ |
D | powernv-cpufreq.c | 867 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/Linux-v5.4/arch/powerpc/mm/ |
D | numa.c | 1528 TIMER_DEFERRABLE); in start_topology_update()
|
/Linux-v5.4/drivers/acpi/apei/ |
D | ghes.c | 1184 timer_setup(&ghes->timer, ghes_poll_func, TIMER_DEFERRABLE); in ghes_probe()
|
/Linux-v5.4/drivers/platform/x86/ |
D | intel_ips.c | 1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
|
/Linux-v5.4/mm/ |
D | page-writeback.c | 653 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
|
/Linux-v5.4/kernel/ |
D | workqueue.c | 3422 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool() 5804 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
|
/Linux-v5.4/drivers/staging/qlge/ |
D | qlge_main.c | 4806 timer_setup(&qdev->timer, ql_timer, TIMER_DEFERRABLE); in qlge_probe()
|
/Linux-v5.4/drivers/ata/ |
D | libata-core.c | 6019 TIMER_DEFERRABLE); in ata_port_alloc()
|
/Linux-v5.4/drivers/net/ |
D | vxlan.c | 3044 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
|
/Linux-v5.4/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 5707 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()
|