Home
last modified time | relevance | path

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

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