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

/haiku-fatelf/headers/private/kernel/
H A Dtimer.h35 struct timer_info { struct
43 typedef struct timer_info timer_info; typedef in typeref:struct:timer_info
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_timer.cpp35 extern timer_info gPITTimer;
36 extern timer_info gAPICTimer;
37 extern timer_info gHPETTimer;
39 static timer_info *sTimers[] = {
46 static timer_info *sTimer = NULL;
65 sort_timers(timer_info *timers[], int numTimers)
67 timer_info *tempPtr;
98 timer_info *timer = NULL;
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dtimer.c29 struct timer_info struct
40 static struct timer_info sTimerData[MAX_TIMERS];
90 memcpy(&sTimerData[index], &sTimerData[sTimerCount - 1], sizeof(struct timer_info));
166 memcpy(&sTimerData[i], &sTimerData[sTimerCount - 1], sizeof(struct timer_info));
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Dtimer.c29 struct timer_info struct
40 static struct timer_info sTimerData[MAX_TIMERS];
90 memcpy(&sTimerData[index], &sTimerData[sTimerCount - 1], sizeof(struct timer_info));
166 memcpy(&sTimerData[i], &sTimerData[sTimerCount - 1], sizeof(struct timer_info));
/haiku-fatelf/src/system/kernel/arch/x86/timers/
H A Dx86_pit.cpp20 struct timer_info gPITTimer = {
H A Dx86_apic.cpp30 struct timer_info gAPICTimer = {
H A Dx86_hpet.cpp40 struct timer_info gHPETTimer = {
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c53 } timer_info; typedef in typeref:struct:__anon1641
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c55 } timer_info; typedef in typeref:struct:__anon1644
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/nvidia_gpgpu/
H A Ddriver.c46 } timer_info; typedef in typeref:struct:__anon1650
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c52 } timer_info; typedef in typeref:struct:__anon1663
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c52 } timer_info; typedef in typeref:struct:__anon1666
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c47 } timer_info; typedef in typeref:struct:__anon61

Completed in 221 milliseconds