bsiz              338 arch/x86/events/intel/ds.c 	size_t bsiz = x86_pmu.pebs_buffer_size;
bsiz              345 arch/x86/events/intel/ds.c 	buffer = dsalloc_pages(bsiz, GFP_KERNEL, cpu);
bsiz              356 arch/x86/events/intel/ds.c 			dsfree_pages(buffer, bsiz);
bsiz              365 arch/x86/events/intel/ds.c 	ds_update_cea(cea, buffer, bsiz, PAGE_KERNEL);
bsiz              367 arch/x86/events/intel/ds.c 	max = x86_pmu.pebs_record_size * (bsiz / x86_pmu.pebs_record_size);