Searched refs:SFB_ALLOC_REG (Results 1 – 1 of 1) sorted by relevance
36 #define SFB_ALLOC_REG(hwc) ((hwc)->extra_reg.alloc) macro373 return SFB_ALLOC_REG(hwc); in sfb_pending_allocs()374 if (SFB_ALLOC_REG(hwc) > sfb->num_sdb) in sfb_pending_allocs()375 return SFB_ALLOC_REG(hwc) - sfb->num_sdb; in sfb_pending_allocs()382 num = min_t(unsigned long, num, sfb_max_limit(hwc) - SFB_ALLOC_REG(hwc)); in sfb_account_allocs()384 SFB_ALLOC_REG(hwc) += num; in sfb_account_allocs()389 SFB_ALLOC_REG(hwc) = 0; in sfb_init_allocs()