Searched defs:timer (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_sun_timer.c | 31 init_timer(struct timer_list *timer) argument 33 mutex_init(&timer->lock, NULL, MUTEX_DRIVER, NULL); 37 destroy_timer(struct timer_list *timer) argument 39 mutex_destroy(&timer->lock); 43 setup_timer(struct timer_list *timer, void (*func)(void *), void *arg) argument 45 timer->func = func; 46 timer->arg = arg; 47 timer->expired_time = 0; 51 mod_timer(struct timer_list *timer, clock_t expires) argument 53 mutex_enter(&timer 77 del_timer(struct timer_list *timer) argument 83 test_set_timer(struct timer_list *timer, clock_t expires) argument [all...] |
/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/ |
H A D | interactive.c | 95 static CARD32 IAInitTimerCall(OsTimerPtr timer, CARD32 now, void *arg); 172 so we set this timer to callback as soon as we hit WaitForSomething 211 IAInitTimerCall(OsTimerPtr timer, CARD32 now, void *arg) argument
|
Completed in 11 milliseconds