Symbol: itimer_t
usr/src/uts/common/io/timerfd.c
256
itimer_t *it;
usr/src/uts/common/io/timerfd.c
397
itimer_t *it;
usr/src/uts/common/io/timerfd.c
41
itimer_t tfd_itimer; /* underlying itimer */
usr/src/uts/common/io/timerfd.c
54
static itimer_t *
usr/src/uts/common/io/timerfd.c
57
itimer_t *it = &state->tfd_itimer;
usr/src/uts/common/io/timerfd.c
75
timerfd_itimer_unlock(timerfd_state_t *state, itimer_t *it)
usr/src/uts/common/io/timerfd.c
91
timerfd_fire(itimer_t *it)
usr/src/uts/common/os/clock_highres.c
262
clock_highres_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_highres.c
329
clock_highres_timer_delete(itimer_t *it)
usr/src/uts/common/os/clock_highres.c
354
clock_highres_timer_lwpbind(itimer_t *it)
usr/src/uts/common/os/clock_highres.c
72
clock_highres_timer_create(itimer_t *it, void (*fire)(itimer_t *))
usr/src/uts/common/os/clock_highres.c
83
itimer_t *it = (itimer_t *)arg;
usr/src/uts/common/os/clock_highres.c
95
clock_highres_timer_settime(itimer_t *it, int flags,
usr/src/uts/common/os/clock_process.c
105
clock_process_timer_lwpbind(itimer_t *it)
usr/src/uts/common/os/clock_process.c
80
clock_process_timer_create(itimer_t *it, void (*fire)(itimer_t *))
usr/src/uts/common/os/clock_process.c
86
clock_process_timer_settime(itimer_t *it, int flags,
usr/src/uts/common/os/clock_process.c
93
clock_process_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_process.c
99
clock_process_timer_delete(itimer_t *it)
usr/src/uts/common/os/clock_realtime.c
149
itimer_t *it = (itimer_t *)arg;
usr/src/uts/common/os/clock_realtime.c
175
clock_realtime_timer_create(itimer_t *it, void (*fire)(itimer_t *))
usr/src/uts/common/os/clock_realtime.c
184
clock_realtime_timer_settime(itimer_t *it, int flags,
usr/src/uts/common/os/clock_realtime.c
248
clock_realtime_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_realtime.c
279
clock_realtime_timer_delete(itimer_t *it)
usr/src/uts/common/os/clock_realtime.c
302
clock_realtime_timer_lwpbind(itimer_t *it)
usr/src/uts/common/os/clock_realtime.c
75
itimer_t *it = (itimer_t *)arg;
usr/src/uts/common/os/clock_thread.c
127
clock_thread_timer_create(itimer_t *it, void (*fire)(itimer_t *))
usr/src/uts/common/os/clock_thread.c
133
clock_thread_timer_settime(itimer_t *it, int flags,
usr/src/uts/common/os/clock_thread.c
140
clock_thread_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_thread.c
146
clock_thread_timer_delete(itimer_t *it)
usr/src/uts/common/os/clock_thread.c
152
clock_thread_timer_lwpbind(itimer_t *it)
usr/src/uts/common/os/timer.c
1012
kmem_free(p->p_itimer, p->p_itimer_sz * sizeof (itimer_t *));
usr/src/uts/common/os/timer.c
1028
itimer_t *it = arg;
usr/src/uts/common/os/timer.c
1066
itimer_t *it;
usr/src/uts/common/os/timer.c
107
timer_delete_locked(proc_t *p, timer_t tid, itimer_t *it)
usr/src/uts/common/os/timer.c
201
static itimer_t *
usr/src/uts/common/os/timer.c
204
itimer_t **itp, *it;
usr/src/uts/common/os/timer.c
240
timer_release(proc_t *p, itimer_t *it)
usr/src/uts/common/os/timer.c
253
timer_delete_grabbed(proc_t *p, timer_t tid, itimer_t *it)
usr/src/uts/common/os/timer.c
264
sizeof (itimer_t), 0, NULL, NULL, NULL, NULL, NULL, 0);
usr/src/uts/common/os/timer.c
403
itimer_t *it = (itimer_t *)sigq->sq_backptr;
usr/src/uts/common/os/timer.c
422
timer_fire(itimer_t *it)
usr/src/uts/common/os/timer.c
490
itimer_t **itp = NULL, **itp_new;
usr/src/uts/common/os/timer.c
505
itp_new = kmem_zalloc(target_sz * sizeof (itimer_t *),
usr/src/uts/common/os/timer.c
527
kmem_free(itp_new, target_sz * sizeof (itimer_t *));
usr/src/uts/common/os/timer.c
547
itp_new = kmem_zalloc(target_sz * sizeof (itimer_t *), KM_SLEEP);
usr/src/uts/common/os/timer.c
556
kmem_free(itp_new, target_sz * sizeof (itimer_t *));
usr/src/uts/common/os/timer.c
561
bcopy(p->p_itimer, itp_new, p->p_itimer_sz * sizeof (itimer_t *));
usr/src/uts/common/os/timer.c
562
kmem_free(p->p_itimer, p->p_itimer_sz * sizeof (itimer_t *));
usr/src/uts/common/os/timer.c
589
itimer_t *it;
usr/src/uts/common/os/timer.c
67
timer_lock(proc_t *p, itimer_t *it)
usr/src/uts/common/os/timer.c
808
itimer_t *it;
usr/src/uts/common/os/timer.c
843
itimer_t *it;
usr/src/uts/common/os/timer.c
86
timer_unlock(proc_t *p, itimer_t *it)
usr/src/uts/common/os/timer.c
884
itimer_t *it;
usr/src/uts/common/os/timer.c
899
itimer_t *it;
usr/src/uts/common/os/timer.c
926
itimer_t *it, **itp;
usr/src/uts/common/os/timer.c
970
itimer_t *it, **itp;
usr/src/uts/common/sys/timer.h
109
int (*clk_timer_create)(itimer_t *, void (*)(itimer_t *));
usr/src/uts/common/sys/timer.h
110
int (*clk_timer_settime)(itimer_t *, int, const struct itimerspec *);
usr/src/uts/common/sys/timer.h
111
int (*clk_timer_gettime)(itimer_t *, struct itimerspec *);
usr/src/uts/common/sys/timer.h
112
int (*clk_timer_delete)(itimer_t *);
usr/src/uts/common/sys/timer.h
113
void (*clk_timer_lwpbind)(itimer_t *);
usr/src/uts/common/sys/timer.h
93
void (*it_fire)(itimer_t *);