Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-iocost.c1094 u32 hwa, hwi; in current_hweight() local
1114 hwa = hwi = WEIGHT_ONE; in current_hweight()
1128 hwa = div64_u64((u64)hwa * active, active_sum); in current_hweight()
1134 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1276 u32 hwa; in iocg_kick_delay() local
1288 current_hweight(iocg, &hwa, NULL); in iocg_kick_delay()
1290 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay()
1412 u32 hwa; in iocg_kick_waitq() local
1416 current_hweight(iocg, &hwa, NULL); in iocg_kick_waitq()
1421 u64 abs_vbudget = cost_to_abs_cost(vbudget, hwa); in iocg_kick_waitq()
[all …]
/Linux-v5.10/drivers/video/fbdev/core/
Dfbmem.c1533 struct apertures_struct *hwa) in fb_do_apertures_overlap() argument
1536 if (!hwa || !gena) in fb_do_apertures_overlap()
1539 for (i = 0; i < hwa->count; ++i) { in fb_do_apertures_overlap()
1540 struct aperture *h = &hwa->ranges[i]; in fb_do_apertures_overlap()