Searched refs:time_ones (Results 1 – 2 of 2) sorted by relevance
69 hrtime_t *time_ones; member72 hrt_t *time_ones; member75 LARGE_INTEGER *time_ones; member78 struct timeval *time_ones; member
4204 h->time_ones = (hrtime_t *) malloc(h->limit * sizeof(hrtime_t)); in HIST_new_n()4206 h->time_ones = (hrt_t *) malloc(h->limit * sizeof(hrt_t)); in HIST_new_n()4208 h->time_ones = (LARGE_INTEGER *) malloc(h->limit * in HIST_new_n()4211 h->time_ones = (struct timeval *) malloc(h->limit * in HIST_new_n()4214 if (h->time_ones == NULL) { in HIST_new_n()4251 h->time_ones = NULL; in HIST_clear()4569 HIST_timestamp(&(h->time_ones[h->producer])); in HIST_timestamp_start()4599 HIST_add(h,delta_micro(&(h->time_ones[h->consumer]),&(h->time_two))); in HIST_timestamp_stop_add()