Searched refs:timer_info (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/kernel/
H A Dtimer.h30 struct timer_info { struct
38 typedef struct timer_info timer_info; typedef in typeref:struct:timer_info
/haiku/src/system/kernel/arch/x86/
H A Darch_timer.cpp36 extern timer_info gPITTimer;
37 extern timer_info gAPICTimer;
38 extern timer_info gHPETTimer;
40 static timer_info *sTimers[] = {
47 static timer_info *sTimer = NULL;
66 sort_timers(timer_info *timers[], int numTimers)
68 timer_info *tempPtr;
99 timer_info *timer = NULL;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h92 } timer_info; typedef in typeref:struct:__anon1661
140 timer_info ti_a; /* a pool of two timer managment buffers */
141 timer_info ti_b;
142 timer_info *current_timer; /* the timer buffer that's currently in use */
H A Dirq.c152 device_info *di = ((timer_info *)te)->di;
182 ((timer_info *)to)->when_target = now + when;
185 add_timer(to, timer_interrupt_func, ((timer_info *)to)->when_target,
189 di->current_timer = (timer_info *)to;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp30 struct timer_info struct
41 static struct timer_info sTimerData[MAX_TIMERS];
91 memcpy(&sTimerData[index], &sTimerData[sTimerCount - 1], sizeof(struct timer_info));
167 memcpy(&sTimerData[i], &sTimerData[sTimerCount - 1], sizeof(struct timer_info));
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_pit.cpp29 struct timer_info gPITTimer = {
H A Dx86_apic.cpp37 struct timer_info gAPICTimer = {
H A Dx86_hpet.cpp41 struct timer_info gHPETTimer = {
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c55 } timer_info; typedef in typeref:struct:__anon4
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c52 } timer_info; typedef in typeref:struct:__anon13
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c52 } timer_info; typedef in typeref:struct:__anon10
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c48 } timer_info; typedef in typeref:struct:__anon12
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c46 } timer_info; typedef in typeref:struct:__anon39

Completed in 79 milliseconds