Searched defs:timer (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sun_timer.c31 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-s11/open-src/lib/libXaw5/sun-src/
H A DRepeaterP.h58 int next_delay; /* next amount for timer */
59 XtIntervalId timer; /* timer that will fire */ member in struct:__anon380
/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c95 static CARD32 IAInitTimerCall(OsTimerPtr timer, CARD32 now, pointer arg);
172 so we set this timer to callback as soon as we hit WaitForSomething
211 IAInitTimerCall(OsTimerPtr timer, CARD32 now, pointer arg) argument

Completed in 12 milliseconds