Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c669 int normalized_budget = 0; in hif_exec_poll() local
682 normalized_budget = NAPI_BUDGET_TO_INTERNAL_BUDGET(budget, shift); in hif_exec_poll()
687 normalized_budget, cpu); in hif_exec_poll()
693 if (work_done >= normalized_budget) in hif_exec_poll()
694 work_done = normalized_budget - 1; in hif_exec_poll()
698 (!hif_ext_group->force_break && work_done < normalized_budget) || in hif_exec_poll()
712 work_done = normalized_budget; in hif_exec_poll()