tag | line | file | source code |
---|---|---|---|
MCD_TIMER | 75 | include/linux/mcd.h | ((timer_table[MCD_TIMER].expires = jiffies + jifs), \ |
MCD_TIMER | 76 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
MCD_TIMER | 77 | include/linux/mcd.h | (timer_active |= 1<<MCD_TIMER)) |
MCD_TIMER | 79 | include/linux/mcd.h | #define CLEAR_TIMER timer_active &= ~(1<<MCD_TIMER) |