Searched refs:p_timer (Results 1 – 5 of 5) sorted by relevance
126 cl_timer_t *p_timer; in __cl_timer_prov_cb() local150 p_timer = in __cl_timer_prov_cb()155 &p_timer->timeout); in __cl_timer_prov_cb()170 if (p_timer->timer_state != CL_TIMER_QUEUED) in __cl_timer_prov_cb()178 p_timer->timer_state = CL_TIMER_RUNNING; in __cl_timer_prov_cb()182 &p_timer->list_item); in __cl_timer_prov_cb()185 p_timer->pfn_callback((void *)p_timer->context); in __cl_timer_prov_cb()193 if (p_timer->timer_state == CL_TIMER_RUNNING) in __cl_timer_prov_cb()194 p_timer->timer_state = CL_TIMER_IDLE; in __cl_timer_prov_cb()200 pthread_cond_signal(&p_timer->cond); in __cl_timer_prov_cb()[all …]
124 void cl_timer_construct(IN cl_timer_t * const p_timer);153 cl_timer_init(IN cl_timer_t * const p_timer,191 void cl_timer_destroy(IN cl_timer_t * const p_timer);220 cl_timer_start(IN cl_timer_t * const p_timer, IN const uint32_t time_ms);254 void cl_timer_stop(IN cl_timer_t * const p_timer);282 cl_timer_trim(IN cl_timer_t * const p_timer, IN const uint32_t time_ms);
439 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value)) { in hardclock_cpu()441 if (itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], tick) == 0) in hardclock_cpu()445 if (timevalisset(&pstats->p_timer[ITIMER_PROF].it_value)) { in hardclock_cpu()447 if (itimerdecr(&pstats->p_timer[ITIMER_PROF], tick) == 0) in hardclock_cpu()527 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value)) { in hardclock_cnt()529 if (itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], in hardclock_cnt()534 if (timevalisset(&pstats->p_timer[ITIMER_PROF].it_value)) { in hardclock_cnt()536 if (itimerdecr(&pstats->p_timer[ITIMER_PROF], in hardclock_cnt()
701 *aitv = p->p_stats->p_timer[which]; in kern_getitimer()785 *oitv = p->p_stats->p_timer[which]; in kern_setitimer()786 p->p_stats->p_timer[which] = *aitv; in kern_setitimer()
57 struct itimerval p_timer[3]; /* (w) Virtual-time timers. */ member