Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtimer.h56 #define TIMER_DEFERRABLE 0x00080000 macro
62 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
Dworkqueue.h205 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
279 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
282 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/linux-4.19.296/include/trace/events/
Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \
/linux-4.19.296/drivers/cpufreq/
Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux-4.19.296/drivers/hid/
Dwacom_sys.c2779 timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE); in wacom_probe()