Lines Matching defs:hist
993 struct timehist* hist;
995 hist = timehist_setup();
996 if(!hist) {
1000 timehist_import(hist, s->svr.hist, NUM_BUCKETS_HIST);
1001 for(i=0; i<hist->num; i++) {
1004 (int)hist->buckets[i].lower.tv_sec,
1005 (int)hist->buckets[i].lower.tv_usec,
1006 (int)hist->buckets[i].upper.tv_sec,
1007 (int)hist->buckets[i].upper.tv_usec,
1008 (unsigned long)hist->buckets[i].count)) {
1009 timehist_delete(hist);
1013 timehist_delete(hist);