aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-11timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner1-1/+14
No point in calling a function just to dereference a pointer. Signed-off-by: Thomas Gleixner <[email protected]> Cc: John Stultz <[email protected]>
2010-12-10timers: Rename timerlist infrastructure to timerqueueJohn Stultz1-0/+37
Thomas pointed out a namespace collision between the new timerlist infrastructure I introduced and the existing timer_list.c So to avoid confusion, I've renamed the timerlist infrastructure to timerqueue. Reported-by: Thomas Gleixner <[email protected]> Signed-off-by: John Stultz <[email protected]>