Searched refs:TIMER_DEFERRABLE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | timer.h | 64 #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)
|
D | workqueue.h | 178 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/ |
D | timer.c | 425 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()
|
D | timer_stats.c | 309 if (entry->flags & TIMER_DEFERRABLE) { in tstats_show()
|