| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | timer.h | 71 #define TIMER_DEFERRABLE 0x00080000 macro 74 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE) 78 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
|
| H A D | workqueue.h | 210 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE) 284 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE) 287 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | lgr.c | 184 timer_setup(&lgr_timer, lgr_timer_fn, TIMER_DEFERRABLE); in lgr_init()
|
| H A D | topology.c | 647 timer_setup(&topology_timer, topology_timer_fn, TIMER_DEFERRABLE); in topology_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | recovery.c | 108 TIMER_DEFERRABLE); in ath6kl_recovery_init()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 564 if (timer->flags & TIMER_DEFERRABLE) { in trigger_dyntick_cpu() 864 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_cpu_base() 877 if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE)) in get_timer_this_cpu_base()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | timer.h | 43 { TIMER_DEFERRABLE, "D" }, \
|
| /OK3568_Linux_fs/kernel/drivers/hsi/clients/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | agg-rx.c | 396 sta_rx_agg_session_timer_expired, TIMER_DEFERRABLE); in ___ieee80211_start_rx_ba_session()
|
| H A D | agg-tx.c | 709 sta_tx_agg_session_timer_expired, TIMER_DEFERRABLE); in ieee80211_start_tx_ba_session()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_flow.c | 516 timer_setup(&fnew->perturb_timer, flow_perturbation, TIMER_DEFERRABLE); in flow_change()
|
| H A D | sch_sfq.c | 739 timer_setup(&q->perturb_timer, sfq_perturbation, TIMER_DEFERRABLE); in sfq_init()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_os_alloc.c | 63 …ED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_trim_pool, TIMER_DEFERRABLE),
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_ips.c | 1034 timer_setup(&ips->timer, monitor_timeout, TIMER_DEFERRABLE); in ips_monitor()
|
| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | tegra210-emc-core.c | 1994 TIMER_DEFERRABLE); in tegra210_emc_probe()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page-writeback.c | 650 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 3463 timer_setup(&pool->idle_timer, idle_worker_timeout, TIMER_DEFERRABLE); in init_worker_pool() 5916 timer_setup(&wq_watchdog_timer, wq_watchdog_timer_fn, TIMER_DEFERRABLE); in wq_watchdog_init()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-core.c | 5326 TIMER_DEFERRABLE); in ata_port_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | qlge_main.c | 4620 timer_setup(&qdev->timer, ql_timer, TIMER_DEFERRABLE); in qlge_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vxlan.c | 3313 timer_setup(&vxlan->age_timer, vxlan_cleanup, TIMER_DEFERRABLE); in vxlan_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 5746 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()
|