Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimer.h47 #define TIMER_DEFERRABLE 0x00080000 macro
50 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
54 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
H A Dworkqueue.h258 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
340 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
343 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/linux/arch/s390/kernel/
H A Dlgr.c183 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
H A Dtopology.c683 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
/linux/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
/linux/kernel/time/
H A Dtimer.c589 if (!is_timers_nohz_active() || timer->flags & TIMER_DEFERRABLE) in trigger_dyntick_cpu()
922 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base()
936 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()
/linux/include/trace/events/
H A Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \
/linux/drivers/hsi/clients/
H A Dssi_protocol.c1085 timer_setup(&ssi->rx_wd, ssip_rx_wd, TIMER_DEFERRABLE); in ssi_protocol_probe()
1086 timer_setup(&ssi->tx_wd, ssip_tx_wd, TIMER_DEFERRABLE); in ssi_protocol_probe()
/linux/net/mac80211/
H A Dagg-rx.c403 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in __ieee80211_start_rx_ba_session()
H A Dagg-tx.c731 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
/linux/fs/dlm/
H A Dlockspace.c536 timer_setup(&ls->ls_scan_timer, dlm_rsb_scan, TIMER_DEFERRABLE); in new_lockspace()
/linux/net/sched/
H A Dcls_flow.c519 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
H A Dsch_sfq.c782 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux/drivers/platform/x86/
H A Dintel_ips.c1044 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
/linux/drivers/memory/tegra/
H A Dtegra210-emc-core.c1961 TIMER_DEFERRABLE); in tegra210_emc_probe()
/linux/mm/
H A Dpage-writeback.c634 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
/linux/drivers/block/
H A Dloop.c2015 timer_setup(&lo->timer, loop_free_idle_workers_timer, TIMER_DEFERRABLE); in loop_add()
/linux/kernel/
H A Dworkqueue.c4804 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool()
7689 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
/linux/drivers/hid/
H A Dwacom_sys.c2866 timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE); in wacom_probe()
/linux/drivers/ata/
H A Dlibata-core.c5540 TIMER_DEFERRABLE); in ata_port_alloc()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3356 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
/linux/net/ipv4/
H A Dtcp.c5204 timer_setup(&tcp_orphan_timer, tcp_orphan_update, TIMER_DEFERRABLE); in tcp_init()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5736 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()