Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimer.h64 #define TIMER_DEFERRABLE 0x00100000 macro
82 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE)
128 __init_timer((timer), TIMER_DEFERRABLE)
151 __setup_timer_on_stack((timer), (fn), (data), TIMER_DEFERRABLE)
Dworkqueue.h178 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
253 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
256 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/linux-4.4.14/kernel/time/
Dtimer.c425 if (!(timer->flags & TIMER_DEFERRABLE)) { in internal_add_timer()
445 if (!(timer->flags & TIMER_DEFERRABLE) || in internal_add_timer()
728 if (!(timer->flags & TIMER_DEFERRABLE)) in detach_expired_timer()
740 if (!(timer->flags & TIMER_DEFERRABLE)) { in detach_if_pending()
1281 if (nte->flags & TIMER_DEFERRABLE) in __next_timer_interrupt()
1312 if (nte->flags & TIMER_DEFERRABLE) in __next_timer_interrupt()
Dtimer_stats.c309 if (entry->flags & TIMER_DEFERRABLE) { in tstats_show()