Searched refs:TIMER_PINNED (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ | ||
D | timer.h | 218 #define TIMER_PINNED 1 macro |
/linux-2.6.39/kernel/ | ||
D | timer.c | 830 return __mod_timer(timer, expires, false, TIMER_PINNED); in mod_timer_pinned() |