Searched refs:TIMER_DEFERRABLE (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | timer.h | 56 #define TIMER_DEFERRABLE 0x00080000 macro 62 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
|
D | workqueue.h | 205 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/ |
D | timer.h | 43 { TIMER_DEFERRABLE, "D" }, \
|
/linux-4.19.296/drivers/cpufreq/ |
D | powernv-cpufreq.c | 869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/linux-4.19.296/drivers/hid/ |
D | wacom_sys.c | 2779 timer_setup(&wacom->idleprox_timer, &wacom_idleprox_timeout, TIMER_DEFERRABLE); in wacom_probe()
|