Searched refs:hist_pads (Results 1 – 1 of 1) sorted by relevance
5295 static struct hist_pad __percpu *hist_pads; variable5311 hist_pads = __alloc_percpu(sizeof(struct hist_pad) * MAX_HIST_CNT, in alloc_hist_pad()5313 if (!hist_pads) in alloc_hist_pad()5327 free_percpu(hist_pads); in free_hist_pad()5328 hist_pads = NULL; in free_hist_pad()5336 if (WARN_ON_ONCE(!hist_pads)) in get_hist_pad()5341 hist_pad = per_cpu_ptr(hist_pads, smp_processor_id()); in get_hist_pad()