Home
last modified time | relevance | path

Searched refs:SFB_ALLOC_REG (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/s390/include/asm/
Dperf_event.h69 #define SFB_ALLOC_REG(hwc) ((hwc)->extra_reg.alloc) macro
/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_sf.c341 return SFB_ALLOC_REG(hwc); in sfb_pending_allocs()
342 if (SFB_ALLOC_REG(hwc) > sfb->num_sdb) in sfb_pending_allocs()
343 return SFB_ALLOC_REG(hwc) - sfb->num_sdb; in sfb_pending_allocs()
356 num = min_t(unsigned long, num, sfb_max_limit(hwc) - SFB_ALLOC_REG(hwc)); in sfb_account_allocs()
358 SFB_ALLOC_REG(hwc) += num; in sfb_account_allocs()
363 SFB_ALLOC_REG(hwc) = 0; in sfb_init_allocs()