Home
last modified time | relevance | path

Searched refs:bsiz (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dds.c339 size_t bsiz = x86_pmu.pebs_buffer_size; in alloc_pebs_buffer() local
346 buffer = dsalloc_pages(bsiz, GFP_KERNEL, cpu); in alloc_pebs_buffer()
357 dsfree_pages(buffer, bsiz); in alloc_pebs_buffer()
366 ds_update_cea(cea, buffer, bsiz, PAGE_KERNEL); in alloc_pebs_buffer()
368 max = x86_pmu.pebs_record_size * (bsiz / x86_pmu.pebs_record_size); in alloc_pebs_buffer()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dds.c513 size_t bsiz = x86_pmu.pebs_buffer_size; in alloc_pebs_buffer() local
520 buffer = dsalloc_pages(bsiz, GFP_KERNEL, cpu); in alloc_pebs_buffer()
531 dsfree_pages(buffer, bsiz); in alloc_pebs_buffer()
540 ds_update_cea(cea, buffer, bsiz, PAGE_KERNEL); in alloc_pebs_buffer()
542 max = x86_pmu.pebs_record_size * (bsiz / x86_pmu.pebs_record_size); in alloc_pebs_buffer()

Completed in 7 milliseconds