Searched refs:TIMER_ARRAYMASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtimer.h52 #define TIMER_ARRAYMASK 0xFFC00000 macro
/linux-master/kernel/time/
H A Dtimer.c555 return (timer->flags & TIMER_ARRAYMASK) >> TIMER_ARRAYSHIFT;
560 timer->flags = (timer->flags & ~TIMER_ARRAYMASK) |

Completed in 213 milliseconds