Home
last modified time | relevance | path

Searched refs:TIMER_STATS_FLAG_DEFERRABLE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dtimer.h204 #define TIMER_STATS_FLAG_DEFERRABLE 0x1 macro
/linux-4.1.27/kernel/time/
Dtimer_stats.c309 if (entry->timer_flag & TIMER_STATS_FLAG_DEFERRABLE) { in tstats_show()
Dtimer.c459 flag |= TIMER_STATS_FLAG_DEFERRABLE; in timer_stats_account_timer()