Searched refs:hist_pad (Results 1 – 1 of 1) sorted by relevance
5308 struct hist_pad { struct5314 static struct hist_pad __percpu *hist_pads; argument5330 hist_pads = __alloc_percpu(sizeof(struct hist_pad) * MAX_HIST_CNT, in alloc_hist_pad()5331 __alignof__(struct hist_pad)); in alloc_hist_pad()5350 static struct hist_pad *get_hist_pad(void) in get_hist_pad()5352 struct hist_pad *hist_pad; in get_hist_pad() local5360 hist_pad = per_cpu_ptr(hist_pads, smp_processor_id()); in get_hist_pad()5369 return &hist_pad[cnt]; in get_hist_pad()5386 struct hist_pad *hist_pad; in event_hist_trigger() local5394 hist_pad = get_hist_pad(); in event_hist_trigger()[all …]