Searched refs:hwa (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/block/ |
D | blk-iocost.c | 1150 u32 hwa, hwi; in current_hweight() local 1170 hwa = hwi = WEIGHT_ONE; in current_hweight() 1184 hwa = div64_u64((u64)hwa * active, active_sum); in current_hweight() 1190 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight() 1332 u32 hwa; in iocg_kick_delay() local 1344 current_hweight(iocg, &hwa, NULL); in iocg_kick_delay() 1346 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay() 1469 u32 hwa; in iocg_kick_waitq() local 1473 current_hweight(iocg, &hwa, NULL); in iocg_kick_waitq() 1478 u64 abs_vbudget = cost_to_abs_cost(vbudget, hwa); in iocg_kick_waitq() [all …]
|
/Linux-v5.15/drivers/video/fbdev/core/ |
D | fbmem.c | 1526 struct apertures_struct *hwa) in fb_do_apertures_overlap() argument 1529 if (!hwa || !gena) in fb_do_apertures_overlap() 1532 for (i = 0; i < hwa->count; ++i) { in fb_do_apertures_overlap() 1533 struct aperture *h = &hwa->ranges[i]; in fb_do_apertures_overlap()
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 1032 void *hwa; in dpaa2_switch_build_single_fd() local 1042 hwa = buff_start + DPAA2_SWITCH_SWA_SIZE; in dpaa2_switch_build_single_fd() 1043 memset(hwa, 0, 8); in dpaa2_switch_build_single_fd()
|