Searched refs:__jiffies (Results 1 – 5 of 5) sorted by relevance
8 extern volatile jiffies_t __jiffies, __ms_timer;11 return __jiffies; in jiffies()
48 inc dword [cs:__jiffies]57 global __jiffies:data hidden, __ms_timer58 __jiffies dd 0 ; Clock tick timer
41 .jiffies = &__jiffies,
32 mov ax,[__jiffies]
193 volatile uint32_t __jiffies = 0; variable632 ++__jiffies; in timer_handler()