Lines Matching refs:hbp
35 struct hist_bkt *hbp; in unplug_hist_alloc() local
40 hbp = calloc(1, sizeof(*hbp)); in unplug_hist_alloc()
41 hbp->dip = dip; in unplug_hist_alloc()
43 return hbp; in unplug_hist_alloc()
54 struct hist_bkt *hbp = dip->up_hist_handle; in unplug_hist_add() local
60 hbp->hist[idx]++; in unplug_hist_add()
68 struct hist_bkt *hbp = arg; in unplug_hist_free() local
70 + strlen(hbp->dip->dip_name) + 32; in unplug_hist_free()
74 hbp->dip->dip_name); in unplug_hist_free()
79 fprintf(fp, "%d %d\n", i, hbp->hist[i]); in unplug_hist_free()
86 free(hbp); in unplug_hist_free()