Searched refs:hwa (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-iocost.c | 1177 u32 hwa, hwi; in current_hweight() local 1197 hwa = hwi = WEIGHT_ONE; in current_hweight() 1211 hwa = div64_u64((u64)hwa * active, active_sum); in current_hweight() 1217 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight() 1359 u32 hwa; in iocg_kick_delay() local 1379 current_hweight(iocg, &hwa, NULL); in iocg_kick_delay() 1381 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay() 1507 u32 hwa; in iocg_kick_waitq() local 1511 current_hweight(iocg, &hwa, NULL); in iocg_kick_waitq() 1516 u64 abs_vbudget = cost_to_abs_cost(vbudget, hwa); in iocg_kick_waitq() [all …]
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1044 void *hwa; in dpaa2_switch_build_single_fd() local 1054 hwa = buff_start + DPAA2_SWITCH_SWA_SIZE; in dpaa2_switch_build_single_fd() 1055 memset(hwa, 0, 8); in dpaa2_switch_build_single_fd()
|