Searched refs:timer_id (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.c85 uint64_t timer_id; local
177 for (timer_id = 0; timer_id<CVMX_TIM_NUM_TIMERS; timer_id++)
180 cvmx_tim_bucket_entry_t *bucket = cvmx_tim.bucket + timer_id * cvmx_tim.num_buckets;
192 cvmx_write_csr(CVMX_TIM_RINGX_CTL2(timer_id), ring_ctl2.u64);
198 cvmx_write_csr(CVMX_TIM_RINGX_CTL1(timer_id), ring_ctl1.u64);
201 ring_ctl0.s.timercount = interval + timer_id * interval / CVMX_TIM_NUM_TIMERS;
202 cvmx_write_csr(CVMX_TIM_RINGX_CTL0(timer_id), ring_ctl0.u64);
204 ring_ctl0.u64 = cvmx_read_csr(CVMX_TIM_RINGX_CTL0(timer_id));
274 uint64_t timer_id; local
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_timer.c117 static timer_t timer_id; variable
144 rc = timer_settime(timer_id, 0, &itimer, NULL);
167 timer_gettime(timer_id, &itimer);
215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) {
/freebsd-10-stable/contrib/gdb/gdb/
H A Devent-loop.c172 int timer_id; member in struct:gdb_timer
994 timer_ptr->timer_id = timer_list.num_timers;
1029 return timer_ptr->timer_id;
1044 if (timer_ptr->timer_id == id)
1137 event_ptr->fd = timer_list.first_timer->timer_id;
/freebsd-10-stable/sys/kern/
H A Dkern_time.c1308 kern_ktimer_settime(struct thread *td, int timer_id, int flags, argument
1317 if (timer_id < 3 || (it = itimer_find(p, timer_id)) == NULL) {
1350 kern_ktimer_gettime(struct thread *td, int timer_id, struct itimerspec *val) argument
1358 if (timer_id < 3 || (it = itimer_find(p, timer_id)) == NULL) {
1384 kern_ktimer_getoverrun(struct thread *td, int timer_id) argument
1391 if (timer_id < 3 ||
1392 (it = itimer_find(p, timer_id)) == NULL) {
/freebsd-10-stable/sys/sys/
H A Dsyscallsubr.h261 int kern_ktimer_settime(struct thread *td, int timer_id, int flags,
263 int kern_ktimer_gettime(struct thread *td, int timer_id,
265 int kern_ktimer_getoverrun(struct thread *td, int timer_id);
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump.c149 static UINT timer_id; variable
1657 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC);
1776 if (timer_id)
1777 timeKillEvent(timer_id);
1778 timer_id = 0;
2252 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,

Completed in 174 milliseconds